diff options
Diffstat (limited to 'ui/views/bubble/bubble_frame_view.cc')
-rw-r--r-- | ui/views/bubble/bubble_frame_view.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/views/bubble/bubble_frame_view.cc b/ui/views/bubble/bubble_frame_view.cc index 176c010..ab88cba 100644 --- a/ui/views/bubble/bubble_frame_view.cc +++ b/ui/views/bubble/bubble_frame_view.cc @@ -97,7 +97,7 @@ gfx::Rect BubbleFrameView::GetUpdatedWindowBounds(const gfx::Rect& anchor_rect, } gfx::Rect BubbleFrameView::GetMonitorBounds(const gfx::Rect& rect) { - return gfx::Screen::GetMonitorWorkAreaNearestPoint(rect.CenterPoint()); + return gfx::Screen::GetMonitorNearestPoint(rect.CenterPoint()).work_area(); } void BubbleFrameView::MirrorArrowIfOffScreen( |