Chromium Code Reviews| 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..e126bcc5664a3482953dfeabc3aefc2a7b03cd6f 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,7 @@ 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, gfx::Rect* bounds) {} |
|
Fady Samuel
2016/12/02 23:18:25
This is changing behavior.
thanhph
2016/12/05 17:54:00
Acknowledged.
|
| bool WindowServerTestBase::OnWmSetProperty( |
| Window* window, |