| Index: ash/mus/window_manager.h
|
| diff --git a/ash/mus/window_manager.h b/ash/mus/window_manager.h
|
| index e31e3884397453a2dc5920483a97edb63220c2bd..ddc5ffa5e4ac95bb1335028b24f5896872c72a00 100644
|
| --- a/ash/mus/window_manager.h
|
| +++ b/ash/mus/window_manager.h
|
| @@ -149,7 +149,7 @@ class WindowManager : public aura::WindowManagerDelegate,
|
|
|
| // 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,
|
|
|