summaryrefslogtreecommitdiffstats
path: root/chrome/views/tooltip_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/views/tooltip_manager.cc')
-rw-r--r--chrome/views/tooltip_manager.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/views/tooltip_manager.cc b/chrome/views/tooltip_manager.cc
index 1de156b..5a38c53 100644
--- a/chrome/views/tooltip_manager.cc
+++ b/chrome/views/tooltip_manager.cc
@@ -290,7 +290,8 @@ void TooltipManager::TrimTooltipToFit(std::wstring* text,
gfx::Point screen_loc(position_x, position_y);
View::ConvertPointToScreen(widget_->GetRootView(), &screen_loc);
gfx::Rect monitor_bounds =
- win_util::GetMonitorBoundsForRect(gfx::Rect(screen_loc.x(), screen_loc.y(),
+ win_util::GetMonitorBoundsForRect(gfx::Rect(screen_loc.x(),
+ screen_loc.y(),
0, 0));
RECT tooltip_margin;
SendMessage(window, TTM_GETMARGIN, 0, (LPARAM)&tooltip_margin);