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..a1fb94c7161d1dabf049f46d09db9260b264167a 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()); |
+ gfx::Screen::GetCursorScreenPoint(ash::Shell::GetRootNativeView())); |
} |
void WebNotificationTray::SetShelfAlignment(ShelfAlignment alignment) { |