| Index: Source/core/animation/ActiveAnimations.h
|
| diff --git a/Source/core/animation/ActiveAnimations.h b/Source/core/animation/ActiveAnimations.h
|
| index 0bbc2640d8605c6eced10be7e85310d2db960672..67259ab69f1746d8d2424c01baba1731041664cf 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();
|
|
|