| Index: ash/display/screen_ash.cc
|
| diff --git a/ash/display/screen_ash.cc b/ash/display/screen_ash.cc
|
| index 60089223bac1059192798b8089e8cffb8559919c..e01df044ad4bc76d6cb0a4c62e70bca62b4c52d2 100644
|
| --- a/ash/display/screen_ash.cc
|
| +++ b/ash/display/screen_ash.cc
|
| @@ -134,7 +134,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) {
|
|
|