| 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 09d666aea008ba26936a9ed0156950418a001db2..0618622c6f08d515e8f64884e7eb554d5b8b0c04 100644
|
| --- a/ash/display/shared_display_edge_indicator.cc
|
| +++ b/ash/display/shared_display_edge_indicator.cc
|
| @@ -57,7 +57,7 @@ views::Widget* CreateWidget(const gfx::Rect& bounds,
|
| widget->SetVisibilityChangedAnimationsEnabled(false);
|
| widget->GetNativeWindow()->SetName("SharedEdgeIndicator");
|
| widget->SetContentsView(contents_view);
|
| - gfx::Display display = Shell::GetScreen()->GetDisplayMatching(bounds);
|
| + gfx::Display display = gfx::Screen::GetScreen()->GetDisplayMatching(bounds);
|
| aura::Window* window = widget->GetNativeWindow();
|
| aura::client::ScreenPositionClient* screen_position_client =
|
| aura::client::GetScreenPositionClient(window->GetRootWindow());
|
|
|