adding events to notify fullscreen state

This commit is contained in:
deepak1556 2015-05-17 02:31:30 +05:30
parent ddda8e4197
commit f2d91bc53c
5 changed files with 24 additions and 0 deletions

View file

@ -49,6 +49,8 @@ class NativeWindowObserver {
virtual void OnWindowRestore() {}
virtual void OnWindowEnterFullScreen() {}
virtual void OnWindowLeaveFullScreen() {}
virtual void OnWindowEnterHtmlFullScreen() {}
virtual void OnWindowLeaveHtmlFullScreen() {}
// Called when devtools window gets focused.
virtual void OnDevToolsFocus() {}