| Index: ui/aura/mus/window_manager_delegate.h
|
| diff --git a/ui/aura/mus/window_manager_delegate.h b/ui/aura/mus/window_manager_delegate.h
|
| index 0dc8d6186712b1d15616733c10b6d871987a1b90..add32f4cafcf3434bd82fb01cba8283125560f48 100644
|
| --- a/ui/aura/mus/window_manager_delegate.h
|
| +++ b/ui/aura/mus/window_manager_delegate.h
|
| @@ -83,7 +83,7 @@ class AURA_EXPORT WindowManagerDelegate {
|
| // indicates the change is not allowed.
|
| // NOTE: This should not change the bounds of |window|. Instead return the
|
| // bounds the window should be in |bounds|.
|
| - virtual bool OnWmSetBounds(Window* window, gfx::Rect* bounds) = 0;
|
| + virtual void OnWmSetBounds(Window* window, const gfx::Rect& bounds) = 0;
|
|
|
| // A client requested the shared property named |name| to change to
|
| // |new_data|. Return true to allow the change to |new_data|, false
|
|
|