| Index: ash/display/screen_ash.cc
|
| diff --git a/ash/display/screen_ash.cc b/ash/display/screen_ash.cc
|
| index 477c7106baa716823984f078f5b2fe2255f25058..d5c33a4e65b5f2c7e37828f13c25fb7be3cf048f 100644
|
| --- a/ash/display/screen_ash.cc
|
| +++ b/ash/display/screen_ash.cc
|
| @@ -99,7 +99,8 @@ gfx::Point ScreenAsh::GetCursorScreenPoint() {
|
| }
|
|
|
| gfx::NativeWindow ScreenAsh::GetWindowUnderCursor() {
|
| - return GetWindowAtScreenPoint(Shell::GetScreen()->GetCursorScreenPoint());
|
| + return GetWindowAtScreenPoint(
|
| + gfx::Screen::GetScreen()->GetCursorScreenPoint());
|
| }
|
|
|
| gfx::NativeWindow ScreenAsh::GetWindowAtScreenPoint(const gfx::Point& point) {
|
|
|