| Index: components/mus/public/cpp/tests/window_server_test_base.cc
|
| diff --git a/components/mus/public/cpp/tests/window_server_test_base.cc b/components/mus/public/cpp/tests/window_server_test_base.cc
|
| index ed2144eb371d79e2d835f8a0362034a210d78532..86155dd81a6b23434cc330e703f3331c57a8115f 100644
|
| --- a/components/mus/public/cpp/tests/window_server_test_base.cc
|
| +++ b/components/mus/public/cpp/tests/window_server_test_base.cc
|
| @@ -96,6 +96,9 @@ void WindowServerTestBase::OnConnectionLost(WindowTreeConnection* connection) {
|
| window_tree_connection_destroyed_ = true;
|
| }
|
|
|
| +void WindowServerTestBase::SetWindowManagerClient(WindowManagerClient* client) {
|
| +}
|
| +
|
| bool WindowServerTestBase::OnWmSetBounds(Window* window, gfx::Rect* bounds) {
|
| return window_manager_delegate_
|
| ? window_manager_delegate_->OnWmSetBounds(window, bounds)
|
|
|