| 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 4585f58ab93d9bc424dcccc6245b2cea5f685a2a..6a8e639954d4262dbbc31fdc06e057270e96d70c 100644
|
| --- a/ui/aura_shell/desktop_layout_manager.cc
|
| +++ b/ui/aura_shell/desktop_layout_manager.cc
|
| @@ -30,7 +30,7 @@ DesktopLayoutManager::~DesktopLayoutManager() {
|
| void DesktopLayoutManager::OnWindowResized() {
|
| gfx::Rect fullscreen_bounds =
|
| gfx::Rect(owner_->bounds().width(), owner_->bounds().height());
|
| - toplevel_window_container_->SetBounds(fullscreen_bounds, 0);
|
| + toplevel_window_container_->SetBounds(fullscreen_bounds);
|
|
|
| background_widget_->SetBounds(fullscreen_bounds);
|
|
|
|
|