| Index: ui/views/widget/tooltip_manager_aura.cc
|
| diff --git a/ui/views/widget/tooltip_manager_aura.cc b/ui/views/widget/tooltip_manager_aura.cc
|
| index 01e3e606ac123338dde40bb2191feecd46e6d99e..7a56608515dc05f28350187f8286ae6f88a78295 100644
|
| --- a/ui/views/widget/tooltip_manager_aura.cc
|
| +++ b/ui/views/widget/tooltip_manager_aura.cc
|
| @@ -30,7 +30,7 @@ gfx::Font TooltipManager::GetDefaultFont() {
|
| // static
|
| int TooltipManager::GetMaxWidth(int x, int y) {
|
| gfx::Rect monitor_bounds =
|
| - gfx::Screen::GetMonitorAreaNearestPoint(gfx::Point(x, y));
|
| + gfx::Screen::GetMonitorNearestPoint(gfx::Point(x, y)).bounds();
|
| return (monitor_bounds.width() + 1) / 2;
|
| }
|
|
|
|
|