Index: ash/system/tray/system_tray.cc |
diff --git a/ash/system/tray/system_tray.cc b/ash/system/tray/system_tray.cc |
index 736e6e68a0034e5b2e292c36609059f27fb4339b..3fd3dbdfae1775b67329d9f78c481b58a6e48cec 100644 |
--- a/ash/system/tray/system_tray.cc |
+++ b/ash/system/tray/system_tray.cc |
@@ -350,7 +350,7 @@ void SystemTray::RemoveBubble(SystemTrayBubble* bubble) { |
// No need to show the launcher if the mouse isn't over the status area |
// anymore. |
aura::RootWindow* root = GetWidget()->GetNativeView()->GetRootWindow(); |
- should_show_launcher_ = GetWidget()->GetWindowScreenBounds().Contains( |
+ should_show_launcher_ = GetWidget()->GetWindowBoundsInScreen().Contains( |
root->last_mouse_location()); |
if (!should_show_launcher_) |
Shell::GetInstance()->shelf()->UpdateAutoHideState(); |