| Index: sky/engine/core/animation/animatable/AnimatableColor.h
|
| diff --git a/sky/engine/core/animation/animatable/AnimatableColor.h b/sky/engine/core/animation/animatable/AnimatableColor.h
|
| index 0a680deff2748e0dabeed0e2f005af2df27f829f..cc271182460047e200130285bdf0f4d545d70229 100644
|
| --- a/sky/engine/core/animation/animatable/AnimatableColor.h
|
| +++ b/sky/engine/core/animation/animatable/AnimatableColor.h
|
| @@ -61,8 +61,6 @@ public:
|
| static PassRefPtr<AnimatableColor> create(const AnimatableColorImpl&);
|
| Color color() const { return m_color.toColor(); }
|
|
|
| - virtual void trace(Visitor* visitor) override { AnimatableValue::trace(visitor); }
|
| -
|
| protected:
|
| virtual PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const override;
|
|
|
|
|