| Index: sky/engine/core/animation/AnimationStack.h
|
| diff --git a/sky/engine/core/animation/AnimationStack.h b/sky/engine/core/animation/AnimationStack.h
|
| index 0800bc0648d215090c67a9adcee92d62a896f98d..6c49f77078e7b39ef24d5cfe01dd571621187d4e 100644
|
| --- a/sky/engine/core/animation/AnimationStack.h
|
| +++ b/sky/engine/core/animation/AnimationStack.h
|
| @@ -56,7 +56,6 @@ public:
|
| 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;
|
| - void trace(Visitor*);
|
|
|
| private:
|
| void simplifyEffects();
|
|
|