| Index: sky/engine/core/animation/AnimationStack.h
|
| diff --git a/sky/engine/core/animation/AnimationStack.h b/sky/engine/core/animation/AnimationStack.h
|
| index f4f5606d5fc9ae2cbea63aa11612a9bb0fa63b76..5595dd1054e84df0132b124bd14ddd89bf0c6d01 100644
|
| --- a/sky/engine/core/animation/AnimationStack.h
|
| +++ b/sky/engine/core/animation/AnimationStack.h
|
| @@ -52,11 +52,8 @@ public:
|
| void add(PassOwnPtr<SampledEffect> effect) { m_effects.append(effect); }
|
| bool isEmpty() const { return m_effects.isEmpty(); }
|
| bool affects(CSSPropertyID) const;
|
| - bool hasActiveAnimationsOnCompositor(CSSPropertyID) const;
|
| static HashMap<CSSPropertyID, RefPtr<Interpolation> > activeInterpolations(AnimationStack*, const Vector<RawPtr<InertAnimation> >* newAnimations, const HashSet<RawPtr<const AnimationPlayer> >* cancelledAnimationPlayers, Animation::Priority, double timelineCurrentTime);
|
|
|
| - bool getAnimatedBoundingBox(FloatBox&, CSSPropertyID) const;
|
| -
|
| private:
|
| void simplifyEffects();
|
| // Effects sorted by priority. Lower priority at the start of the list.
|
|
|