X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fash%2Fshell_observer.h;h=35b255560d9d94eaac77c788ba6b0a58a253b094;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=d1b3d8651c258597e4a2f3f0459989b23a60e36e;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/ash/shell_observer.h b/src/ash/shell_observer.h index d1b3d86..35b2555 100644 --- a/src/ash/shell_observer.h +++ b/src/ash/shell_observer.h @@ -29,6 +29,12 @@ class ASH_EXPORT ShellObserver { // unlocked. virtual void OnLockStateChanged(bool locked) {} + // Invoked after a non-primary root window is created. + virtual void OnRootWindowAdded(aura::Window* root_window) {} + + // Invoked after the shelf has been created for |root_window|. + virtual void OnShelfCreatedForRootWindow(aura::Window* root_window) {} + // Invoked when the shelf alignment in |root_window| is changed. virtual void OnShelfAlignmentChanged(aura::Window* root_window) {}