| Index: services/ui/ws/window_server_test_base.h
|
| diff --git a/services/ui/ws/window_server_test_base.h b/services/ui/ws/window_server_test_base.h
|
| index d5b0ec36cd94490d3c7c9306d47bc6e00902a7c6..5e64a193c7befd354c8f9872db5818afd8e4dc39 100644
|
| --- a/services/ui/ws/window_server_test_base.h
|
| +++ b/services/ui/ws/window_server_test_base.h
|
| @@ -90,6 +90,7 @@ class WindowServerTestBase
|
|
|
| // 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,
|
|
|