| Index: sky/engine/core/animation/animatable/AnimatableShapeValue.h
|
| diff --git a/sky/engine/core/animation/animatable/AnimatableShapeValue.h b/sky/engine/core/animation/animatable/AnimatableShapeValue.h
|
| index e6ac2930730af794eacc2223b894bbfe4518e538..748a838a931dee4ade94cd6389356530bf551c7a 100644
|
| --- a/sky/engine/core/animation/animatable/AnimatableShapeValue.h
|
| +++ b/sky/engine/core/animation/animatable/AnimatableShapeValue.h
|
| @@ -45,8 +45,6 @@ public:
|
| }
|
| ShapeValue* shapeValue() const { return m_shape.get(); }
|
|
|
| - virtual void trace(Visitor* visitor) override { AnimatableValue::trace(visitor); }
|
| -
|
| protected:
|
| virtual PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const override;
|
| virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const override;
|
|
|