| Index: ash/system/tray/system_tray.cc
|
| diff --git a/ash/system/tray/system_tray.cc b/ash/system/tray/system_tray.cc
|
| index f23c44688842bd022bc8033bd289774e44ff3606..8e6a4b2aa952188535b57149c72394966cb6e204 100644
|
| --- a/ash/system/tray/system_tray.cc
|
| +++ b/ash/system/tray/system_tray.cc
|
| @@ -248,7 +248,8 @@ bool SystemTray::IsMouseInNotificationBubble() const {
|
| if (!notification_bubble_.get())
|
| return false;
|
| return notification_bubble_->bubble_view()->GetBoundsInScreen().Contains(
|
| - gfx::Screen::GetCursorScreenPoint());
|
| + gfx::Screen::GetScreenFor(
|
| + status_area_widget()->GetNativeView())->GetCursorScreenPoint());
|
| }
|
|
|
| bool SystemTray::CloseBubbleForTest() const {
|
|
|