| Index: ui/app_list/app_list_view.cc
|
| diff --git a/ui/app_list/app_list_view.cc b/ui/app_list/app_list_view.cc
|
| index 1ec1458ef894fb69313feb315cac02ae83910abf..210a0a865532cda38e9d487698e8b6fdeac69f02 100644
|
| --- a/ui/app_list/app_list_view.cc
|
| +++ b/ui/app_list/app_list_view.cc
|
| @@ -160,7 +160,7 @@ gfx::Rect AppListView::GetBubbleBounds() {
|
| GetPreferredSize(),
|
| false /* try_mirroring_arrow */);
|
|
|
| - gfx::Rect monitor_rect = gfx::Screen::GetMonitorNearestPoint(
|
| + gfx::Rect monitor_rect = gfx::Screen::GetDisplayNearestPoint(
|
| anchor_rect.CenterPoint()).work_area();
|
| if (monitor_rect.IsEmpty() || monitor_rect.Contains(bubble_rect))
|
| return bubble_rect;
|
|
|