| Index: ui/aura_shell/desktop_layout_manager.cc
|
| diff --git a/ui/aura_shell/desktop_layout_manager.cc b/ui/aura_shell/desktop_layout_manager.cc
|
| index 9ae4ca9d8494a4f6bdfa68ab034fd4569ba05c47..32db2badca7c4146cc616bce841baa009fd6ef5d 100644
|
| --- a/ui/aura_shell/desktop_layout_manager.cc
|
| +++ b/ui/aura_shell/desktop_layout_manager.cc
|
| @@ -61,8 +61,9 @@ void DesktopLayoutManager::OnChildWindowVisibilityChanged(aura::Window* child,
|
| bool visibile) {
|
| }
|
|
|
| -void DesktopLayoutManager::CalculateBoundsForChild(
|
| - aura::Window* child, gfx::Rect* requested_bounds) {
|
| +void DesktopLayoutManager::SetChildBounds(aura::Window* child,
|
| + const gfx::Rect& requested_bounds) {
|
| + SetChildBoundsDirect(child, requested_bounds);
|
| }
|
|
|
|
|
|
|