| 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 e5e473882a33f16f7cfc04abb3d29b1a5ee383b6..0ca6e3c1c613469d48fc5f0631398d360cbcf7a1 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());
|
| + Shell::GetScreen()->GetCursorScreenPoint());
|
| }
|
|
|
| void WebNotificationTray::SetShelfAlignment(ShelfAlignment alignment) {
|
|
|