| Index: ash/mus/window_manager.h
|
| diff --git a/ash/mus/window_manager.h b/ash/mus/window_manager.h
|
| index 6af032e470da987c4ac5c303eaa1d993bdea79b6..b424d381f881887c126302e102ca2c841284c003 100644
|
| --- a/ash/mus/window_manager.h
|
| +++ b/ash/mus/window_manager.h
|
| @@ -147,6 +147,7 @@ class WindowManager : public aura::WindowManagerDelegate,
|
|
|
| // 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,
|
|
|