summaryrefslogtreecommitdiffstats
path: root/chrome/views/aero_tooltip_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/views/aero_tooltip_manager.cc')
-rw-r--r--chrome/views/aero_tooltip_manager.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/views/aero_tooltip_manager.cc b/chrome/views/aero_tooltip_manager.cc
index a6f3ec5..f0827f7 100644
--- a/chrome/views/aero_tooltip_manager.cc
+++ b/chrome/views/aero_tooltip_manager.cc
@@ -63,6 +63,7 @@ void AeroTooltipManager::OnMouse(UINT u_msg, WPARAM w_param, LPARAM l_param) {
if (last_mouse_x_ != x || last_mouse_y_ != y) {
last_mouse_x_ = x;
last_mouse_y_ = y;
+ HideKeyboardTooltip();
UpdateTooltip(x, y);
}