summaryrefslogtreecommitdiffstats
path: root/ash/desktop_background
diff options
context:
space:
mode:
authorsaintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-11 20:27:28 +0000
committersaintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-11 20:27:28 +0000
commitcb054f97d1ba2b7c11b05697ddb46bf3f50ff9a4 (patch)
tree3edf609873567e663a5d7f55f49750af574a51e2 /ash/desktop_background
parent98648a35e54bf7c4ba7564ebae9e43a109554639 (diff)
downloadchromium_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.cc2
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,