| 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 7a56608515dc05f28350187f8286ae6f88a78295..296d33a0b6ee6a97b71f81f78758c664aa96c48c 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::GetMonitorNearestPoint(gfx::Point(x, y)).bounds();
|
| + gfx::Screen::GetDisplayNearestPoint(gfx::Point(x, y)).bounds();
|
| return (monitor_bounds.width() + 1) / 2;
|
| }
|
|
|
|
|