diff options
author | saintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-11 20:27:28 +0000 |
---|---|---|
committer | saintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-11 20:27:28 +0000 |
commit | cb054f97d1ba2b7c11b05697ddb46bf3f50ff9a4 (patch) | |
tree | 3edf609873567e663a5d7f55f49750af574a51e2 /ash/desktop_background | |
parent | 98648a35e54bf7c4ba7564ebae9e43a109554639 (diff) | |
download | chromium_src-cb054f97d1ba2b7c11b05697ddb46bf3f50ff9a4.zip chromium_src-cb054f97d1ba2b7c11b05697ddb46bf3f50ff9a4.tar.gz chromium_src-cb054f97d1ba2b7c11b05697ddb46bf3f50ff9a4.tar.bz2 |
Add Wallpaper option to launcher context menu
BUG=143015
Review URL: https://codereview.chromium.org/11092034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161391 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/desktop_background')
-rw-r--r-- | ash/desktop_background/desktop_background_view.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/desktop_background/desktop_background_view.cc b/ash/desktop_background/desktop_background_view.cc index 9ebb8ea..311532e 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, |