Index: ash/desktop_background/desktop_background_view.cc |
diff --git a/ash/desktop_background/desktop_background_view.cc b/ash/desktop_background/desktop_background_view.cc |
index 9ebb8ea5c37370cf96f64de77c8a0449d37673f4..311532e0c8dc3aa0d6f0be1ba5d9757d8a8a0c1b 100644 |
--- a/ash/desktop_background/desktop_background_view.cc |
+++ b/ash/desktop_background/desktop_background_view.cc |
@@ -152,7 +152,7 @@ bool DesktopBackgroundView::OnMousePressed(const ui::MouseEvent& event) { |
void DesktopBackgroundView::ShowContextMenuForView(views::View* source, |
const gfx::Point& point) { |
- Shell::GetInstance()->ShowBackgroundMenu(GetWidget(), point); |
+ Shell::GetInstance()->ShowContextMenu(point); |
} |
views::Widget* CreateDesktopBackground(aura::RootWindow* root_window, |