Index: athena/wm/public/window_manager_observer.h |
diff --git a/athena/wm/public/window_manager_observer.h b/athena/wm/public/window_manager_observer.h |
index 216b58ceeee3e39287b67c2aa25177e96bc9e088..49ef7536c50aa3bc487ff77fcbd4b762debb1e1d 100644 |
--- a/athena/wm/public/window_manager_observer.h |
+++ b/athena/wm/public/window_manager_observer.h |
@@ -18,6 +18,9 @@ class ATHENA_EXPORT WindowManagerObserver { |
// Called immediately after going out of the overview mode. |
virtual void OnOverviewModeExit() = 0; |
+ |
+ // Called after the activity order has changed. |
+ virtual void OnActivityOrderHasChanged() = 0; |
oshima
2014/09/03 22:12:30
FYI: WM should not have notion of activity.
And th
|
}; |
} // namespace athena |