Index: chrome/browser/gtk/hover_controller_gtk.cc |
diff --git a/chrome/browser/gtk/hover_controller_gtk.cc b/chrome/browser/gtk/hover_controller_gtk.cc |
index 0737a97bb9c0b442522ef8f8d1a3b5b51b971b4e..3adf686ea2f2f3fed1ff76cc9f086fca4cf5a24f 100644 |
--- a/chrome/browser/gtk/hover_controller_gtk.cc |
+++ b/chrome/browser/gtk/hover_controller_gtk.cc |
@@ -67,7 +67,7 @@ void HoverControllerGtk::AnimationProgressed(const Animation* animation) { |
return; |
// Ignore the hover animation if we are throbbing. |
- if (animation == &hover_animation_ && throb_animation_.IsAnimating()) |
+ if (animation == &hover_animation_ && throb_animation_.is_animating()) |
return; |
gtk_chrome_button_set_hover_state(GTK_CHROME_BUTTON(button_), |