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..09c16c3f2e0a90a2e4ee6af3664535eb9591e44a 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::ContextMenuSourceType source_type) { |
+ Shell::GetInstance()->ShowContextMenu(point, source_type); |
} |
views::Widget* CreateDesktopBackground(aura::RootWindow* root_window, |