| Index: ui/aura_shell/desktop_background_view.cc
|
| diff --git a/ui/aura_shell/desktop_background_view.cc b/ui/aura_shell/desktop_background_view.cc
|
| index 86690e39dce71a1bccb63e7d53a0609ccec6eb57..1edee7f32ad8ad60a39ed045e30c231476b40224 100644
|
| --- a/ui/aura_shell/desktop_background_view.cc
|
| +++ b/ui/aura_shell/desktop_background_view.cc
|
| @@ -40,7 +40,7 @@ bool DesktopBackgroundView::OnMousePressed(const views::MouseEvent& event) {
|
| }
|
|
|
| void DesktopBackgroundView::OnMouseReleased(const views::MouseEvent& event) {
|
| - Shell::GetInstance()->TileWindows();
|
| + Shell::GetInstance()->ToggleOverview();
|
| }
|
|
|
| views::Widget* CreateDesktopBackground() {
|
|
|