webview: add inspectElement method

This commit is contained in:
deepak1556 2015-04-22 13:00:10 +05:30
parent 67bc4afe88
commit cdb1711fe1
4 changed files with 17 additions and 0 deletions

View file

@ -67,6 +67,7 @@ class WebContents : public mate::EventEmitter,
void OpenDevTools();
void CloseDevTools();
bool IsDevToolsOpened();
void InspectElement(int x, int y);
// Editing commands.
void Undo();