| Index: sky/engine/core/animation/LengthStyleInterpolation.h
|
| diff --git a/sky/engine/core/animation/LengthStyleInterpolation.h b/sky/engine/core/animation/LengthStyleInterpolation.h
|
| index 24cc7070ed0558f33116ffaed5b3078b31e6a40e..55ed6706920e6d166a5faa62d6fcc3aff855dd72 100644
|
| --- a/sky/engine/core/animation/LengthStyleInterpolation.h
|
| +++ b/sky/engine/core/animation/LengthStyleInterpolation.h
|
| @@ -20,9 +20,6 @@ public:
|
| static bool canCreateFrom(const CSSValue&);
|
|
|
| virtual void apply(StyleResolverState&) const override;
|
| -
|
| - virtual void trace(Visitor*) override;
|
| -
|
| private:
|
| LengthStyleInterpolation(PassOwnPtr<InterpolableValue> start, PassOwnPtr<InterpolableValue> end, CSSPropertyID id, ValueRange range)
|
| : StyleInterpolation(start, end, id)
|
|
|