| Index: services/ui/test_wm/test_wm.cc
|
| diff --git a/services/ui/test_wm/test_wm.cc b/services/ui/test_wm/test_wm.cc
|
| index 2345063fdfe9273f32c157274b5832f8ee4e51e2..1b0b3b4886474ded339c4ad0faf28e1808186776 100644
|
| --- a/services/ui/test_wm/test_wm.cc
|
| +++ b/services/ui/test_wm/test_wm.cc
|
| @@ -98,9 +98,8 @@ class TestWM : public service_manager::Service,
|
| void SetWindowManagerClient(aura::WindowManagerClient* client) override {
|
| window_manager_client_ = client;
|
| }
|
| - bool OnWmSetBounds(aura::Window* window, gfx::Rect* bounds) override {
|
| + void OnWmSetBounds(aura::Window* window, gfx::Rect* bounds) override {
|
| window->SetBounds(*bounds);
|
| - return true;
|
| }
|
| bool OnWmSetProperty(
|
| aura::Window* window,
|
|
|