implement method on browser window

This commit is contained in:
deepak1556 2015-05-18 20:08:08 +05:30
parent 46d80e8f05
commit 9963ddc485
5 changed files with 23 additions and 1 deletions

View file

@ -153,6 +153,7 @@ class NativeWindow : public brightray::DefaultWebContentsDelegate,
virtual void CloseDevTools();
virtual bool IsDevToolsOpened();
virtual void InspectElement(int x, int y);
virtual void InspectServiceWorker();
virtual void FocusOnWebView();
virtual void BlurWebView();