summaryrefslogtreecommitdiffstats
path: root/ash/wm/app_list_controller.cc
diff options
context:
space:
mode:
authormukai@chromium.org <mukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-17 19:21:18 +0000
committermukai@chromium.org <mukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-17 19:21:18 +0000
commitf89f751c3504095593e99170392dc361b1dbf0cc (patch)
tree11def2b2ad64c8afe6416b149828379d667affd1 /ash/wm/app_list_controller.cc
parent5d5a35d75f4f9e514895da35b79816ea2f7ab618 (diff)
downloadchromium_src-f89f751c3504095593e99170392dc361b1dbf0cc.zip
chromium_src-f89f751c3504095593e99170392dc361b1dbf0cc.tar.gz
chromium_src-f89f751c3504095593e99170392dc361b1dbf0cc.tar.bz2
Enables storing shelf's auto_hide_behavior and alignment per display.
BUG=165419 TEST=on a dev-mode device, change the launcher's auto-hide behavior and see how it's stored in Preferences Review URL: https://codereview.chromium.org/11570017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173508 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/wm/app_list_controller.cc')
-rw-r--r--ash/wm/app_list_controller.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/wm/app_list_controller.cc b/ash/wm/app_list_controller.cc
index bcc85e5..3bfe4ca 100644
--- a/ash/wm/app_list_controller.cc
+++ b/ash/wm/app_list_controller.cc
@@ -285,7 +285,7 @@ void AppListController::OnWidgetClosing(views::Widget* widget) {
////////////////////////////////////////////////////////////////////////////////
// AppListController, ShellObserver implementation:
-void AppListController::OnShelfAlignmentChanged() {
+void AppListController::OnShelfAlignmentChanged(aura::RootWindow* root_window) {
if (view_) {
view_->SetBubbleArrowLocation(GetBubbleArrowLocation(
view_->GetWidget()->GetNativeView()));