| 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 e193d5f062e362d766b94000f5fc57e97bfa07d5..7e48cbccca752162c6d090986429fe49e61851db 100644
|
| --- a/ui/aura/mus/window_manager_delegate.h
|
| +++ b/ui/aura/mus/window_manager_delegate.h
|
| @@ -81,7 +81,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, 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
|
|
|