| Index: services/ui/demo/mus_demo.h
|
| diff --git a/services/ui/demo/mus_demo.h b/services/ui/demo/mus_demo.h
|
| index 941b2387be42874fd4287f2006f32215ba625cf4..dfb7cb17212794230493c52d1253354aa08f642e 100644
|
| --- a/services/ui/demo/mus_demo.h
|
| +++ b/services/ui/demo/mus_demo.h
|
| @@ -51,7 +51,7 @@ class MusDemo : public service_manager::Service,
|
|
|
| // WindowManagerDelegate:
|
| void SetWindowManagerClient(WindowManagerClient* client) override;
|
| - bool OnWmSetBounds(Window* window, gfx::Rect* bounds) override;
|
| + void OnWmSetBounds(Window* window, gfx::Rect* bounds) override;
|
| bool OnWmSetProperty(
|
| Window* window,
|
| const std::string& name,
|
|
|