| Index: ash/wm/app_list_controller.cc
|
| diff --git a/ash/wm/app_list_controller.cc b/ash/wm/app_list_controller.cc
|
| index 6d901484c7f6d56f4d23514d846d6f116a61943e..191766b5f3755bb50f27be61acfc09b35b4f8030 100644
|
| --- a/ash/wm/app_list_controller.cc
|
| +++ b/ash/wm/app_list_controller.cc
|
| @@ -122,6 +122,7 @@ void AppListController::SetVisible(bool visible) {
|
| Shell::GetPrimaryRootWindowController()->GetContainer(
|
| kShellWindowId_AppListContainer),
|
| pagination_model_.get(),
|
| + gfx::Point(),
|
| Shell::GetInstance()->launcher()->GetAppListButtonView(),
|
| GetBubbleArrowLocation());
|
| SetView(view);
|
|
|