Add showDefinitionForSelection to webContents/webview
This commit is contained in:
parent
b2bea57eff
commit
4f0a52628e
3 changed files with 14 additions and 1 deletions
|
@ -116,6 +116,7 @@ class WebContents : public mate::TrackableObject<WebContents>,
|
|||
void ReplaceMisspelling(const base::string16& word);
|
||||
uint32_t FindInPage(mate::Arguments* args);
|
||||
void StopFindInPage(content::StopFindAction action);
|
||||
void ShowDefinitionForSelection();
|
||||
|
||||
// Focus.
|
||||
void Focus();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue