revert: frame subscriber deprecation and re-enable tests

This commit is contained in:
Heilig Benedek 2018-06-19 19:49:44 +02:00
parent c598272891
commit f643ce4f66
3 changed files with 20 additions and 11 deletions

View file

@ -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,