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 141ad470384a2aba20c36583c4dae6874b5b8a38..e27a183463e8539a46d4f72a642437fcbf374f03 100644 |
--- a/ash/desktop_background/desktop_background_view.cc |
+++ b/ash/desktop_background/desktop_background_view.cc |
@@ -170,9 +170,11 @@ bool DesktopBackgroundView::OnMousePressed(const ui::MouseEvent& event) { |
return true; |
} |
-void DesktopBackgroundView::ShowContextMenuForView(views::View* source, |
- const gfx::Point& point) { |
- Shell::GetInstance()->ShowContextMenu(point); |
+void DesktopBackgroundView::ShowContextMenuForView( |
+ views::View* source, |
+ const gfx::Point& point, |
+ ui::MenuSourceType source_type) { |
+ Shell::GetInstance()->ShowContextMenu(point, source_type); |
} |
views::Widget* CreateDesktopBackground(aura::RootWindow* root_window, |