| Index: ash/wm/app_list_controller.cc
|
| diff --git a/ash/wm/app_list_controller.cc b/ash/wm/app_list_controller.cc
|
| index bcc85e5594946d5711cc4e6dffd7b783edf9f2fa..3bfe4ca7a4dfd201f4b003de724dfaa130ad780b 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()));
|
|
|