Merge pull request #6164 from MaxWhere/master
beginFrameSubscription bugfix and improvement
This commit is contained in:
commit
3d2ad0080d
7 changed files with 94 additions and 31 deletions
|
@ -139,8 +139,7 @@ class WebContents : public mate::TrackableObject<WebContents>,
|
|||
void SendInputEvent(v8::Isolate* isolate, v8::Local<v8::Value> input_event);
|
||||
|
||||
// Subscribe to the frame updates.
|
||||
void BeginFrameSubscription(
|
||||
const FrameSubscriber::FrameCaptureCallback& callback);
|
||||
void BeginFrameSubscription(mate::Arguments* args);
|
||||
void EndFrameSubscription();
|
||||
|
||||
// Methods for creating <webview>.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue