Index: Source/core/animation/AnimationStack.h |
diff --git a/Source/core/animation/AnimationStack.h b/Source/core/animation/AnimationStack.h |
index 07009ff80576c80fdb5e235ff4758bb17bcf3813..79250b458a7f8b5959c10b84647411e1115ef3a0 100644 |
--- a/Source/core/animation/AnimationStack.h |
+++ b/Source/core/animation/AnimationStack.h |
@@ -51,7 +51,6 @@ public: |
void add(PassOwnPtrWillBeRawPtr<SampledEffect> effect) { m_effects.append(effect); } |
bool isEmpty() const { return m_effects.isEmpty(); } |
- bool affects(CSSPropertyID) const; |
bool hasActiveAnimationsOnCompositor(CSSPropertyID) const; |
static WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> > activeInterpolations(AnimationStack*, const WillBeHeapVector<RawPtrWillBeMember<InertAnimation> >* newAnimations, const WillBeHeapHashSet<RawPtrWillBeMember<const AnimationPlayer> >* suppressedAnimationPlayers, Animation::Priority, double timelineCurrentTime); |