Add showDefinitionForSelection to webContents/webview

This commit is contained in:
Kevin Sawicki 2016-06-02 10:12:38 -07:00
parent b2bea57eff
commit 4f0a52628e
3 changed files with 14 additions and 1 deletions

View file

@ -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();