| Index: Source/core/animation/AnimationStack.h
|
| diff --git a/Source/core/animation/AnimationStack.h b/Source/core/animation/AnimationStack.h
|
| index a2c26a310c9eda19881db072bc2a968e5a222e35..a07dc9d3a5fda82536790f582d5f855b4a28a2af 100644
|
| --- a/Source/core/animation/AnimationStack.h
|
| +++ b/Source/core/animation/AnimationStack.h
|
| @@ -53,7 +53,7 @@ public:
|
| bool isEmpty() const { return m_activeAnimations.isEmpty(); }
|
| bool affects(CSSPropertyID) const;
|
| bool hasActiveAnimationsOnCompositor(CSSPropertyID) const;
|
| - static WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> > activeInterpolations(const AnimationStack*, const Vector<InertAnimation*>* newAnimations, const HashSet<const AnimationPlayer*>* cancelledAnimationPlayers, Animation::Priority);
|
| + static WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> > activeInterpolations(AnimationStack*, const Vector<InertAnimation*>* newAnimations, const HashSet<const AnimationPlayer*>* cancelledAnimationPlayers, Animation::Priority, double timelineCurrentTime);
|
|
|
| private:
|
| Vector<Animation*> m_activeAnimations;
|
|
|