| Index: mash/wm/bridge/wm_root_window_controller_mus.h
|
| diff --git a/mash/wm/bridge/wm_root_window_controller_mus.h b/mash/wm/bridge/wm_root_window_controller_mus.h
|
| index 788c5ee23628754dbfc52f25abae4c0a2ac9a13e..5810542f113ef60e019342b145c657a1f96d52ce 100644
|
| --- a/mash/wm/bridge/wm_root_window_controller_mus.h
|
| +++ b/mash/wm/bridge/wm_root_window_controller_mus.h
|
| @@ -41,6 +41,8 @@ class WmRootWindowControllerMus : public ash::wm::WmRootWindowController {
|
| return root_window_controller_;
|
| }
|
|
|
| + void NotifyFullscreenStateChange(bool is_fullscreen);
|
| +
|
| // Screen conversion functions.
|
| gfx::Point ConvertPointToScreen(const WmWindowMus* source,
|
| const gfx::Point& point) const;
|
| @@ -69,6 +71,7 @@ class WmRootWindowControllerMus : public ash::wm::WmRootWindowController {
|
| private:
|
| WmGlobalsMus* globals_;
|
| RootWindowController* root_window_controller_;
|
| + base::ObserverList<ash::wm::WmRootWindowControllerObserver> observers_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(WmRootWindowControllerMus);
|
| };
|
|
|