Add the debugDevTools JS API.
This commit is contained in:
parent
8b9d35d84e
commit
eaedac2536
4 changed files with 20 additions and 10 deletions
|
@ -128,7 +128,9 @@ class NativeWindow : public brightray::DefaultWebContentsDelegate,
|
|||
virtual void CloseDevTools();
|
||||
virtual bool IsDevToolsOpened();
|
||||
virtual void InspectElement(int x, int y);
|
||||
virtual void DebugDevTools();
|
||||
|
||||
// Creates a new window to debug the devtools.
|
||||
virtual scoped_ptr<NativeWindow> DebugDevTools();
|
||||
|
||||
virtual void FocusOnWebView();
|
||||
virtual void BlurWebView();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue