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 b38f5474631a5b57a6d3f2e9ba49b49cca0ab74d..d870bb3c444e8ab08abb899007e50bc702114f12 100644 |
--- a/ash/system/web_notification/web_notification_tray.cc |
+++ b/ash/system/web_notification/web_notification_tray.cc |
@@ -201,7 +201,7 @@ bool WebNotificationTray::IsMouseInNotificationBubble() const { |
if (!popup_bubble()) |
return false; |
return popup_bubble_->bubble_view()->GetBoundsInScreen().Contains( |
- gfx::Screen::GetCursorScreenPoint()); |
+ Shell::GetAshScreen()->GetCursorScreenPoint()); |
} |
void WebNotificationTray::SetShelfAlignment(ShelfAlignment alignment) { |