| 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..00c91f93ceb1c09954f037c4045b4321f143fe60 100644
|
| --- a/ash/system/tray/system_tray.cc
|
| +++ b/ash/system/tray/system_tray.cc
|
| @@ -248,7 +248,7 @@ bool SystemTray::IsMouseInNotificationBubble() const {
|
| if (!notification_bubble_.get())
|
| return false;
|
| return notification_bubble_->bubble_view()->GetBoundsInScreen().Contains(
|
| - gfx::Screen::GetCursorScreenPoint());
|
| + gfx::Screen::GetCursorScreenPoint(ash::Shell::GetRootNativeView()));
|
| }
|
|
|
| bool SystemTray::CloseBubbleForTest() const {
|
|
|