Index: Source/core/animation/AnimationStack.h |
diff --git a/Source/core/animation/AnimationStack.h b/Source/core/animation/AnimationStack.h |
index e7ad32f10b52d4395cd66107d28901eab499bbf3..8505900f038a6d6d0297a2c76259b68d4e4af73c 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 AnimationEffect::CompositableValueMap compositableValues(const AnimationStack*, const Vector<InertAnimation*>* newAnimations, const HashSet<const Player*>* cancelledPlayers, Animation::Priority); |
+ static HashMap<CSSPropertyID, RefPtr<Interpolation> > activeInterpolations(const AnimationStack*, const Vector<InertAnimation*>* newAnimations, const HashSet<const Player*>* cancelledPlayers, Animation::Priority); |
private: |
Vector<Animation*> m_activeAnimations; |