| Index: mash/wm/root_window_controller.h
|
| diff --git a/mash/wm/root_window_controller.h b/mash/wm/root_window_controller.h
|
| index 7edece87a497f21840b801d8545ce0192dc1f7d1..fa54145166e284e4badec9f990699e701b3fe0bb 100644
|
| --- a/mash/wm/root_window_controller.h
|
| +++ b/mash/wm/root_window_controller.h
|
| @@ -31,7 +31,8 @@ namespace wm {
|
|
|
| class LayoutManager;
|
| class ShadowController;
|
| -class ShelfLayout;
|
| +class ShelfLayoutManager;
|
| +class StatusLayoutManager;
|
| class WindowManager;
|
| class WindowManagerApplication;
|
|
|
| @@ -66,7 +67,8 @@ class RootWindowController : public mus::WindowObserver,
|
|
|
| void OnAccelerator(uint32_t id, const ui::Event& event);
|
|
|
| - ShelfLayout* GetShelfLayoutManager();
|
| + ShelfLayoutManager* GetShelfLayoutManager();
|
| + StatusLayoutManager* GetStatusLayoutManager();
|
|
|
| private:
|
| explicit RootWindowController(WindowManagerApplication* app);
|
|
|