| Index: mash/simple_wm/simple_wm.h
|
| diff --git a/mash/simple_wm/simple_wm.h b/mash/simple_wm/simple_wm.h
|
| index cf85c861f78202b7409b03a52480bca8f9bf6a35..a93629373cd1ee2f049d88f6fca4ec634832ff8a 100644
|
| --- a/mash/simple_wm/simple_wm.h
|
| +++ b/mash/simple_wm/simple_wm.h
|
| @@ -71,7 +71,7 @@ class SimpleWM : 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,
|
|
|