| Index: ash/display/shared_display_edge_indicator.cc
|
| diff --git a/ash/display/shared_display_edge_indicator.cc b/ash/display/shared_display_edge_indicator.cc
|
| index f4f8aabb00d46af6776437983d8d8ec27f4584fc..d72a1868c08f8bb830ecacd8a87f990efa674a7c 100644
|
| --- a/ash/display/shared_display_edge_indicator.cc
|
| +++ b/ash/display/shared_display_edge_indicator.cc
|
| @@ -56,7 +56,7 @@ views::Widget* CreateWidget(const gfx::Rect& bounds,
|
| widget->SetVisibilityChangedAnimationsEnabled(false);
|
| widget->GetNativeWindow()->SetName("SharedEdgeIndicator");
|
| widget->SetContentsView(contents_view);
|
| - gfx::Display display = gfx::Screen::GetDisplayMatching(bounds);
|
| + gfx::Display display = Shell::GetAshScreen()->GetDisplayMatching(bounds);
|
| aura::Window* window = widget->GetNativeWindow();
|
| aura::client::ScreenPositionClient* screen_position_client =
|
| aura::client::GetScreenPositionClient(window->GetRootWindow());
|
|
|