| Index: sky/engine/core/animation/animatable/AnimatableLengthPoint.h
|
| diff --git a/sky/engine/core/animation/animatable/AnimatableLengthPoint.h b/sky/engine/core/animation/animatable/AnimatableLengthPoint.h
|
| index 082b984121bd1c2f28470de0961ab7068160dbe3..d18324c7c7883f0a40fa930311fe8b2ff3187ac2 100644
|
| --- a/sky/engine/core/animation/animatable/AnimatableLengthPoint.h
|
| +++ b/sky/engine/core/animation/animatable/AnimatableLengthPoint.h
|
| @@ -45,8 +45,6 @@ public:
|
| const AnimatableValue* x() const { return m_x.get(); }
|
| const AnimatableValue* y() const { return m_y.get(); }
|
|
|
| - virtual void trace(Visitor*) override;
|
| -
|
| protected:
|
| virtual PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const override;
|
|
|
|
|