Index: ash/system/web_notification/web_notification_tray.cc |
diff --git a/ash/system/web_notification/web_notification_tray.cc b/ash/system/web_notification/web_notification_tray.cc |
index bd820f2ed92794f001cc180a55c841e2e60c9caa..0eacf1e3496ffe019479cc184e11d573d15114d6 100644 |
--- a/ash/system/web_notification/web_notification_tray.cc |
+++ b/ash/system/web_notification/web_notification_tray.cc |
@@ -202,7 +202,7 @@ bool WebNotificationTray::IsMouseInNotificationBubble() const { |
if (!popup_bubble()) |
return false; |
return popup_bubble_->bubble_view()->GetBoundsInScreen().Contains( |
- gfx::Screen::GetCursorScreenPoint()); |
+ ash::Shell::GetAshScreen()->GetCursorScreenPoint()); |
} |
void WebNotificationTray::SetShelfAlignment(ShelfAlignment alignment) { |