| Index: services/ui/demo/mus_demo_internal.h
|
| diff --git a/services/ui/demo/mus_demo_internal.h b/services/ui/demo/mus_demo_internal.h
|
| index 7c86b3a93eac307a5e85133e7c54ff8c97de2a01..b145e891b77b74883580d195cde147e458807f7b 100644
|
| --- a/services/ui/demo/mus_demo_internal.h
|
| +++ b/services/ui/demo/mus_demo_internal.h
|
| @@ -32,7 +32,7 @@ class MusDemoInternal : public MusDemo, public aura::WindowManagerDelegate {
|
|
|
| // aura::WindowManagerDelegate:
|
| void SetWindowManagerClient(aura::WindowManagerClient* client) final;
|
| - bool OnWmSetBounds(aura::Window* window, gfx::Rect* bounds) final;
|
| + void OnWmSetBounds(aura::Window* window, const gfx::Rect& bounds) final;
|
| bool OnWmSetProperty(aura::Window* window,
|
| const std::string& name,
|
| std::unique_ptr<std::vector<uint8_t>>* new_data) final;
|
|
|