Add ready-to-show event

This commit is contained in:
Cheng Zhao 2016-06-13 21:19:56 +09:00
parent 2dc453b4be
commit 4d65af3c60
5 changed files with 29 additions and 0 deletions

View file

@ -48,6 +48,9 @@ class NativeWindowObserver {
// Called when window is hidden.
virtual void OnWindowHide() {}
// Called when window is ready to show.
virtual void OnReadyToShow() {}
// Called when window state changed.
virtual void OnWindowMaximize() {}
virtual void OnWindowUnmaximize() {}