| Index: ash/display/event_transformation_handler.cc
|
| diff --git a/ash/display/event_transformation_handler.cc b/ash/display/event_transformation_handler.cc
|
| index e1af21fca07e789f6752f2fa6485bf966c292e4d..9aab046f6fee237dde51aa53d62603ae14e5966b 100644
|
| --- a/ash/display/event_transformation_handler.cc
|
| +++ b/ash/display/event_transformation_handler.cc
|
| @@ -43,7 +43,7 @@ void EventTransformationHandler::OnScrollEvent(ui::ScrollEvent* event) {
|
| aura::Window* target = static_cast<aura::Window*>(event->target());
|
| ::wm::ConvertPointToScreen(target, &point_in_screen);
|
| const gfx::Display& display =
|
| - Shell::GetScreen()->GetDisplayNearestPoint(point_in_screen);
|
| + gfx::Screen::GetScreen()->GetDisplayNearestPoint(point_in_screen);
|
|
|
| // Apply some additional scaling if the display is non-integrated.
|
| if (!display.IsInternal())
|
|
|