| Index: services/ui/test_wm/test_wm.cc
|
| diff --git a/services/ui/test_wm/test_wm.cc b/services/ui/test_wm/test_wm.cc
|
| index 3fb4269a930be069bee8b4bcc240e81bd48b4e7c..557fb0e6a280725ae9d9e93c076fabe16df1ad63 100644
|
| --- a/services/ui/test_wm/test_wm.cc
|
| +++ b/services/ui/test_wm/test_wm.cc
|
| @@ -96,6 +96,7 @@ class TestWM : public service_manager::Service,
|
| void SetWindowManagerClient(aura::WindowManagerClient* client) override {
|
| window_manager_client_ = client;
|
| }
|
| + void OnWmConnected() override {}
|
| void OnWmSetBounds(aura::Window* window, const gfx::Rect& bounds) override {
|
| window->SetBounds(bounds);
|
| }
|
|
|