| Index: chrome/browser/ui/views/app_list/app_list_controller_win.cc
|
| diff --git a/chrome/browser/ui/views/app_list/app_list_controller_win.cc b/chrome/browser/ui/views/app_list/app_list_controller_win.cc
|
| index 10b3435c4b6f80ddc508a8054b8a64ed747a3f51..dc0726dab302bcf59326056f94feb586e34508bf 100644
|
| --- a/chrome/browser/ui/views/app_list/app_list_controller_win.cc
|
| +++ b/chrome/browser/ui/views/app_list/app_list_controller_win.cc
|
| @@ -153,7 +153,8 @@ void UpdateArrowPositionAndAnchorPoint(app_list::AppListView* view) {
|
| int min_space_y = preferred.height() + kAnchorOffset + kPadding + kArrowSize;
|
|
|
| gfx::Point anchor = view->anchor_point();
|
| - gfx::Display display = gfx::Screen::GetDisplayNearestPoint(anchor);
|
| + gfx::Display display = gfx::Screen::GetDisplayNearestPoint(
|
| + gfx::Screen::BadTwoWorldsContext(), anchor);
|
| const gfx::Rect& display_rect = display.work_area();
|
| views::BubbleBorder::ArrowLocation arrow;
|
| GetArrowLocationAndUpdateAnchor(display.work_area(),
|
|
|