Index: cc/animation/element_animations.h |
diff --git a/cc/animation/element_animations.h b/cc/animation/element_animations.h |
index 7d5be98d5e49f98abf93336677514bc244498b5b..296a0ad6274d90c2f799b6a53571e55445f10bb9 100644 |
--- a/cc/animation/element_animations.h |
+++ b/cc/animation/element_animations.h |
@@ -99,7 +99,7 @@ class CC_EXPORT ElementAnimations : public base::RefCounted<ElementAnimations> { |
bool HasActiveAnimation() const; |
// Returns true if there are any animations at all to process. |
- bool has_any_animation() const { return !animations_.empty(); } |
+ bool HasAnyAnimation() const; |
// Returns true if there is an animation that is either currently animating |
// the given property or scheduled to animate this property in the future, and |