| Index: ash/wm/common/wm_root_window_controller.h
|
| diff --git a/ash/wm/common/wm_root_window_controller.h b/ash/wm/common/wm_root_window_controller.h
|
| index ec0ba56869f28e38b5df30f76082af7680d751ee..d8a1018e4b201af2a3158da82f9c4965f18aeb2e 100644
|
| --- a/ash/wm/common/wm_root_window_controller.h
|
| +++ b/ash/wm/common/wm_root_window_controller.h
|
| @@ -15,6 +15,7 @@ namespace ash {
|
| namespace wm {
|
|
|
| class WmGlobals;
|
| +class WmRootWindowControllerObserver;
|
| class WmWindow;
|
|
|
| // Provides state associated with a root of a window hierarchy.
|
| @@ -39,6 +40,9 @@ class ASH_EXPORT WmRootWindowController {
|
| views::Widget* widget,
|
| int shell_container_id,
|
| views::Widget::InitParams* init_params) = 0;
|
| +
|
| + virtual void AddObserver(WmRootWindowControllerObserver* observer) = 0;
|
| + virtual void RemoveObserver(WmRootWindowControllerObserver* observer) = 0;
|
| };
|
|
|
| } // namespace wm
|
|
|