Index: cc/layer_animation_controller.h |
diff --git a/cc/layer_animation_controller.h b/cc/layer_animation_controller.h |
index f083218e0bfc866c2d83316706dfcf1ebdaa891a..786887be39e9f1881479fa896df7bc5bf300b2f5 100644 |
--- a/cc/layer_animation_controller.h |
+++ b/cc/layer_animation_controller.h |
@@ -62,7 +62,7 @@ public: |
bool hasActiveAnimation() const; |
// Returns true if there are any animations at all to process. |
- bool hasAnyAnimation() const { return !m_activeAnimations.isEmpty(); } |
+ bool hasAnyAnimation() const { return !m_activeAnimations.empty(); } |
// Returns true if there is an animation currently animating the given property, or |
// if there is an animation scheduled to animate this property in the future. |