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 8455de7a02d71b532b174eb8a350345fc38009e5..ac0afdc0b0eb60507113252b79ee0dd99478c9da 100644 |
--- a/ash/system/web_notification/web_notification_tray.cc |
+++ b/ash/system/web_notification/web_notification_tray.cc |
@@ -634,7 +634,7 @@ class WebNotificationTray::Bubble : public internal::TrayBubbleView::Host, |
} |
virtual gfx::Rect GetAnchorRect() const OVERRIDE { |
- gfx::Rect anchor_rect = tray_->tray_container()->GetScreenBounds(); |
+ gfx::Rect anchor_rect = tray_->tray_container()->GetBoundsInScreen(); |
return anchor_rect; |
} |