Add webContents.copyImageAt
This commit is contained in:
parent
7c1f48808b
commit
bde432b64d
2 changed files with 8 additions and 0 deletions
|
@ -126,6 +126,7 @@ class WebContents : public mate::TrackableObject<WebContents>,
|
|||
uint32_t FindInPage(mate::Arguments* args);
|
||||
void StopFindInPage(content::StopFindAction action);
|
||||
void ShowDefinitionForSelection();
|
||||
void CopyImageAt(int x, int y);
|
||||
|
||||
// Focus.
|
||||
void Focus();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue