| Index: services/ui/ws/window_server_test_base.cc
|
| diff --git a/services/ui/ws/window_server_test_base.cc b/services/ui/ws/window_server_test_base.cc
|
| index 2062520b7b08fbd74a44c8a8d810395f27decb17..01dda2d30b5e22beab3d597de237c757ea801889 100644
|
| --- a/services/ui/ws/window_server_test_base.cc
|
| +++ b/services/ui/ws/window_server_test_base.cc
|
| @@ -154,6 +154,8 @@ void WindowServerTestBase::SetWindowManagerClient(
|
| window_manager_client_ = client;
|
| }
|
|
|
| +void WindowServerTestBase::OnWmConnected() {}
|
| +
|
| void WindowServerTestBase::OnWmSetBounds(aura::Window* window,
|
| const gfx::Rect& bounds) {
|
| if (!window_manager_delegate_)
|
|
|