| Index: ash/wm/overview/window_grid.cc
|
| diff --git a/ash/wm/overview/window_grid.cc b/ash/wm/overview/window_grid.cc
|
| index f7928ed6ace2a2ab2439c356a161be15263f01e4..7b80e103d229607a1db54e7f12b50acedf585ff8 100644
|
| --- a/ash/wm/overview/window_grid.cc
|
| +++ b/ash/wm/overview/window_grid.cc
|
| @@ -447,8 +447,8 @@ void WindowGrid::InitSelectionWidget(WindowSelector::Direction direction) {
|
| const gfx::Rect target_bounds = SelectedWindow()->target_bounds();
|
| gfx::Vector2d fade_out_direction =
|
| GetSlideVectorForFadeIn(direction, target_bounds);
|
| - gfx::Display dst_display =
|
| - gfx::Screen::GetScreen()->GetDisplayMatching(target_bounds);
|
| + display::Display dst_display =
|
| + display::Screen::GetScreen()->GetDisplayMatching(target_bounds);
|
| selection_widget_->GetNativeWindow()->SetBoundsInScreen(
|
| target_bounds - fade_out_direction, dst_display);
|
| }
|
|
|