| Index: mash/simple_wm/simple_wm.h
|
| diff --git a/mash/simple_wm/simple_wm.h b/mash/simple_wm/simple_wm.h
|
| index a93629373cd1ee2f049d88f6fca4ec634832ff8a..26c2bc213d0933cc666642b805cef158df3f5831 100644
|
| --- a/mash/simple_wm/simple_wm.h
|
| +++ b/mash/simple_wm/simple_wm.h
|
| @@ -71,6 +71,7 @@ class SimpleWM : public service_manager::Service,
|
|
|
| // aura::WindowManagerDelegate:
|
| void SetWindowManagerClient(aura::WindowManagerClient* client) override;
|
| + void OnWmConnected() override;
|
| void OnWmSetBounds(aura::Window* window, const gfx::Rect& bounds) override;
|
| bool OnWmSetProperty(
|
| aura::Window* window,
|
|
|