browserWindow: adding devtools-focused event
This commit is contained in:
parent
ce3d9f44ff
commit
3aefa5f549
6 changed files with 17 additions and 0 deletions
|
@ -50,6 +50,9 @@ class NativeWindowObserver {
|
|||
virtual void OnWindowEnterFullScreen() {}
|
||||
virtual void OnWindowLeaveFullScreen() {}
|
||||
|
||||
// Called when devtools window gets focused.
|
||||
virtual void OnDevToolsFocus() {}
|
||||
|
||||
// Called when renderer is hung.
|
||||
virtual void OnRendererUnresponsive() {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue