diff options
Diffstat (limited to 'ui/aura_shell/desktop_layout_manager.h')
-rw-r--r-- | ui/aura_shell/desktop_layout_manager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/aura_shell/desktop_layout_manager.h b/ui/aura_shell/desktop_layout_manager.h index e28a66e..74c00c5 100644 --- a/ui/aura_shell/desktop_layout_manager.h +++ b/ui/aura_shell/desktop_layout_manager.h @@ -48,8 +48,8 @@ class DesktopLayoutManager : public aura::LayoutManager { virtual void OnWillRemoveWindow(aura::Window* child) OVERRIDE; virtual void OnChildWindowVisibilityChanged(aura::Window* child, bool visibile) OVERRIDE; - virtual void CalculateBoundsForChild(aura::Window* child, - gfx::Rect* requested_bounds) OVERRIDE; + virtual void SetChildBounds(aura::Window* child, + const gfx::Rect& requested_bounds) OVERRIDE; private: aura::Window* owner_; |