| Index: chrome/browser/ui/ash/app_list/app_list_presenter_delegate_mus.cc
|
| diff --git a/chrome/browser/ui/ash/app_list/app_list_presenter_delegate_mus.cc b/chrome/browser/ui/ash/app_list/app_list_presenter_delegate_mus.cc
|
| index 1ca9e18149bbec2de5007e4ed65cefface2e084a..d82621be9f3a6d740d53277ee13bfedce35e77fb 100644
|
| --- a/chrome/browser/ui/ash/app_list/app_list_presenter_delegate_mus.cc
|
| +++ b/chrome/browser/ui/ash/app_list/app_list_presenter_delegate_mus.cc
|
| @@ -64,8 +64,9 @@ void AppListPresenterDelegateMus::Init(app_list::AppListView* view,
|
| // the only thing this is used for is choosing the right scale factor in
|
| // AppListMainView::PreloadIcons(), so we take care of that - perhaps by
|
| // passing the display_id or the scale factor directly
|
| - view->InitAsBubble(nullptr /* parent */, current_apps_page);
|
| - view->SetAnchorPoint(
|
| + view->Initialize(nullptr /* parent */, current_apps_page);
|
| +
|
| + view->MaybeSetAnchorPoint(
|
| GetCenterOfDisplay(display_id, GetMinimumBoundsHeightForAppList(view)));
|
|
|
| // TODO(mfomitchev): Setup updating bounds on keyboard bounds change.
|
|
|