| Index: Source/core/animation/ActiveAnimations.h
|
| diff --git a/Source/core/animation/ActiveAnimations.h b/Source/core/animation/ActiveAnimations.h
|
| index b12a9bf95ddc5cbf255f7cc5a63232cb21a51937..dae17479f56118d8e9c5e75d2f2b342a4f62e926 100644
|
| --- a/Source/core/animation/ActiveAnimations.h
|
| +++ b/Source/core/animation/ActiveAnimations.h
|
| @@ -70,6 +70,8 @@ public:
|
|
|
| bool isEmpty() const { return m_defaultStack.isEmpty() && m_cssAnimations.isEmpty(); }
|
|
|
| + // FIXME: This and most of this class needs to be renamed to consider 'current'
|
| + // rather than 'active' animations.
|
| bool hasActiveAnimations(CSSPropertyID) const;
|
| bool hasActiveAnimationsOnCompositor(CSSPropertyID) const;
|
| void cancelAnimationOnCompositor();
|
|
|