| Index: components/mus/public/cpp/tests/window_server_test_base.h
|
| diff --git a/components/mus/public/cpp/tests/window_server_test_base.h b/components/mus/public/cpp/tests/window_server_test_base.h
|
| index 1d470dfdb71dc446d333188549696be7a1f64f5a..996879fd94d818ebc243380fa9f5659985b4b063 100644
|
| --- a/components/mus/public/cpp/tests/window_server_test_base.h
|
| +++ b/components/mus/public/cpp/tests/window_server_test_base.h
|
| @@ -73,6 +73,7 @@ class WindowServerTestBase
|
| void OnConnectionLost(WindowTreeConnection* connection) override;
|
|
|
| // WindowManagerDelegate:
|
| + void SetWindowManagerClient(WindowManagerClient* client) override;
|
| bool OnWmSetBounds(Window* window, gfx::Rect* bounds) override;
|
| bool OnWmSetProperty(Window* window,
|
| const std::string& name,
|
|
|