Index: ash/tooltips/tooltip_controller.cc |
diff --git a/ash/tooltips/tooltip_controller.cc b/ash/tooltips/tooltip_controller.cc |
index fb0d17fd6dd7c2bfdd305a5e28aacdb0662e0258..255366a43d1a96a5cacda6485081b5a3f64b256b 100644 |
--- a/ash/tooltips/tooltip_controller.cc |
+++ b/ash/tooltips/tooltip_controller.cc |
@@ -433,7 +433,7 @@ void TooltipController::TooltipShownTimerFired() { |
void TooltipController::UpdateIfRequired() { |
if (!tooltips_enabled_ || mouse_pressed_ || IsDragDropInProgress() || |
- !ash::Shell::GetInstance()->cursor_manager()->cursor_visible()) { |
+ !ash::Shell::GetInstance()->cursor_manager()->IsCursorVisible()) { |
GetTooltip()->Hide(); |
return; |
} |