| 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 358611a8af569cb81a2bab0491ed39f707d8a21c..8d047e74b0ceeaed8825a0dc1ccca959cc3651c7 100644
|
| --- a/ash/wm/common/wm_root_window_controller.h
|
| +++ b/ash/wm/common/wm_root_window_controller.h
|
| @@ -10,6 +10,7 @@
|
| namespace ash {
|
| namespace wm {
|
|
|
| +class WmGlobals;
|
| class WmWindow;
|
|
|
| class ASH_EXPORT WmRootWindowController {
|
| @@ -17,6 +18,8 @@ class ASH_EXPORT WmRootWindowController {
|
| virtual ~WmRootWindowController() {}
|
|
|
| virtual bool HasShelf() = 0;
|
| +
|
| + virtual WmGlobals* GetGlobals() = 0;
|
| };
|
|
|
| } // namespace wm
|
|
|