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