revert: frame subscriber deprecation and re-enable tests
This commit is contained in:
parent
c598272891
commit
f643ce4f66
3 changed files with 20 additions and 11 deletions
|
@ -22,7 +22,7 @@ class WebContents;
|
|||
class FrameSubscriber : public content::WebContentsObserver {
|
||||
public:
|
||||
using FrameCaptureCallback =
|
||||
base::Callback<void(const gfx::Image&, v8::Local<v8::Value>)>;
|
||||
base::Callback<void(v8::Local<v8::Value>, v8::Local<v8::Value>)>;
|
||||
|
||||
FrameSubscriber(v8::Isolate* isolate,
|
||||
content::WebContents* web_contents,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue