| Index: chrome/browser/ui/views/status_bubble_views.cc
|
| diff --git a/chrome/browser/ui/views/status_bubble_views.cc b/chrome/browser/ui/views/status_bubble_views.cc
|
| index 9d2344862b8fbdcadd68f9146220ef98a538ea01..85167cf451314be9bfe4fb31cad745b4015e8259 100644
|
| --- a/chrome/browser/ui/views/status_bubble_views.cc
|
| +++ b/chrome/browser/ui/views/status_bubble_views.cc
|
| @@ -766,7 +766,7 @@ void StatusBubbleViews::AvoidMouse(const gfx::Point& location) {
|
| // download shelf.
|
| gfx::NativeView widget = base_view_->GetWidget()->GetNativeView();
|
| gfx::Rect monitor_rect =
|
| - gfx::Screen::GetMonitorNearestWindow(widget).work_area();
|
| + gfx::Screen::GetDisplayNearestWindow(widget).work_area();
|
| const int bubble_bottom_y = top_left.y() + position_.y() + size_.height();
|
|
|
| if (bubble_bottom_y + offset > monitor_rect.height() ||
|
|
|