Frame subscriber bugfix + added only_damaged option
This commit is contained in:
parent
a35915ee9f
commit
3529f8a40a
4 changed files with 38 additions and 16 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