| Index: ash/wm/app_list_controller.cc
|
| diff --git a/ash/wm/app_list_controller.cc b/ash/wm/app_list_controller.cc
|
| index 0ae37aa197afe05573428bf057191f24f398cd08..468a97b540d3fcf1f41108ff9c568f1d38c88ae7 100644
|
| --- a/ash/wm/app_list_controller.cc
|
| +++ b/ash/wm/app_list_controller.cc
|
| @@ -123,6 +123,7 @@ void AppListController::SetVisible(bool visible) {
|
| kShellWindowId_AppListContainer),
|
| pagination_model_.get(),
|
| Shell::GetInstance()->launcher()->GetAppListButtonView(),
|
| + gfx::Point(),
|
| GetBubbleArrowLocation());
|
| SetView(view);
|
| }
|
|
|