Index: ash/system/tray/tray_bubble_view.cc |
diff --git a/ash/system/tray/tray_bubble_view.cc b/ash/system/tray/tray_bubble_view.cc |
index 4b0fb1a8f7e256620eb1b2fe32d6378e6b0b8403..1b934d4c399a20b36015d78173dd7c1a4e0bf1f4 100644 |
--- a/ash/system/tray/tray_bubble_view.cc |
+++ b/ash/system/tray/tray_bubble_view.cc |
@@ -376,7 +376,7 @@ void TrayBubbleView::Host::ProcessLocatedEvent( |
const aura::LocatedEvent& event) { |
if (!widget_) |
return; |
- gfx::Rect bounds = widget_->GetNativeWindow()->GetRootWindowBounds(); |
+ gfx::Rect bounds = widget_->GetNativeWindow()->GetBoundsInRootWindow(); |
if (bounds.Contains(event.root_location())) |
return; |
if (tray_view_) { |