| Index: ui/aura_shell/desktop_layout_manager.h
|
| diff --git a/ui/aura_shell/desktop_layout_manager.h b/ui/aura_shell/desktop_layout_manager.h
|
| index e28a66e64c25052cf52c31d41fe8ee1ae1790415..74c00c5171990df816944946c349edb607fecef3 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_;
|
|
|