diff options
Diffstat (limited to 'ash/wm/app_list_controller.cc')
-rw-r--r-- | ash/wm/app_list_controller.cc | 2 |
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())); |