| Index: Source/core/animation/AnimationStack.h
|
| diff --git a/Source/core/animation/AnimationStack.h b/Source/core/animation/AnimationStack.h
|
| index fe1ffc5651ed641a10464e5a30933f93ea2b9955..c30614d974ca6c2ae2a4cacd09894d14d2394550 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 isRunningCompositorAnimation(CSSPropertyID) const;
|
| static AnimationEffect::CompositableValueMap compositableValues(const AnimationStack*, const Vector<InertAnimation*>* newAnimations, const HashSet<const Player*>* cancelledPlayers, Animation::Priority);
|
|
|
| private:
|
|
|