| Index: Source/core/animation/AnimationStack.h
|
| diff --git a/Source/core/animation/AnimationStack.h b/Source/core/animation/AnimationStack.h
|
| index fe1ffc5651ed641a10464e5a30933f93ea2b9955..e7ad32f10b52d4395cd66107d28901eab499bbf3 100644
|
| --- a/Source/core/animation/AnimationStack.h
|
| +++ b/Source/core/animation/AnimationStack.h
|
| @@ -51,6 +51,8 @@ public:
|
| m_activeAnimations.remove(position);
|
| }
|
| bool isEmpty() const { return m_activeAnimations.isEmpty(); }
|
| + bool affects(CSSPropertyID) const;
|
| + bool hasActiveAnimationsOnCompositor(CSSPropertyID) const;
|
| static AnimationEffect::CompositableValueMap compositableValues(const AnimationStack*, const Vector<InertAnimation*>* newAnimations, const HashSet<const Player*>* cancelledPlayers, Animation::Priority);
|
|
|
| private:
|
|
|