summaryrefslogtreecommitdiffstats
path: root/ash/display/screen_ash.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/display/screen_ash.cc')
-rw-r--r--ash/display/screen_ash.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/ash/display/screen_ash.cc b/ash/display/screen_ash.cc
index 477c710..d5c33a4 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) {