| Index: services/ui/ws/window_server_test_base.h
|
| diff --git a/services/ui/ws/window_server_test_base.h b/services/ui/ws/window_server_test_base.h
|
| index 297941fb55bfc4cc489a460c316e40ef8dfb8e1a..5d33c6de1b6268d6b470eaf4e02ab8bf673b0718 100644
|
| --- a/services/ui/ws/window_server_test_base.h
|
| +++ b/services/ui/ws/window_server_test_base.h
|
| @@ -88,7 +88,7 @@ class WindowServerTestBase
|
|
|
| // WindowManagerDelegate:
|
| void SetWindowManagerClient(aura::WindowManagerClient* client) override;
|
| - bool OnWmSetBounds(aura::Window* window, gfx::Rect* bounds) override;
|
| + void OnWmSetBounds(aura::Window* window, gfx::Rect* bounds) override;
|
| bool OnWmSetProperty(
|
| aura::Window* window,
|
| const std::string& name,
|
|
|