| Index: ash/mus/window_manager.h
|
| diff --git a/ash/mus/window_manager.h b/ash/mus/window_manager.h
|
| index 8fb375048c4e9468124cf1e12d9d398a18da83b6..4add9562ef0f9d8b24d835f18cd2718a5e549aa4 100644
|
| --- a/ash/mus/window_manager.h
|
| +++ b/ash/mus/window_manager.h
|
| @@ -139,7 +139,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,
|
|
|