| Index: services/ui/public/cpp/tests/window_server_test_base.cc
|
| diff --git a/services/ui/public/cpp/tests/window_server_test_base.cc b/services/ui/public/cpp/tests/window_server_test_base.cc
|
| index 55f5e9d2120664a68185aa25187b56ed101d2bfa..25c2355f88bab3bc926d2f5bd72f53fa29b7912b 100644
|
| --- a/services/ui/public/cpp/tests/window_server_test_base.cc
|
| +++ b/services/ui/public/cpp/tests/window_server_test_base.cc
|
| @@ -118,11 +118,8 @@ void WindowServerTestBase::SetWindowManagerClient(WindowManagerClient* client) {
|
| window_manager_client_ = client;
|
| }
|
|
|
| -bool WindowServerTestBase::OnWmSetBounds(Window* window, gfx::Rect* bounds) {
|
| - return window_manager_delegate_
|
| - ? window_manager_delegate_->OnWmSetBounds(window, bounds)
|
| - : true;
|
| -}
|
| +void WindowServerTestBase::OnWmSetBounds(Window* window,
|
| + const gfx::Rect& bounds) {}
|
|
|
| bool WindowServerTestBase::OnWmSetProperty(
|
| Window* window,
|
|
|