| Index: sky/engine/core/animation/animatable/AnimatableLengthBoxAndBool.h
|
| diff --git a/sky/engine/core/animation/animatable/AnimatableLengthBoxAndBool.h b/sky/engine/core/animation/animatable/AnimatableLengthBoxAndBool.h
|
| index 229fd5f99f460cd94d7229ff47165369bdbbbb74..6ad90b285ab84b9f0f6066711a9d8dc18b1aef86 100644
|
| --- a/sky/engine/core/animation/animatable/AnimatableLengthBoxAndBool.h
|
| +++ b/sky/engine/core/animation/animatable/AnimatableLengthBoxAndBool.h
|
| @@ -45,8 +45,6 @@ public:
|
| const AnimatableValue* box() const { return m_box.get(); }
|
| bool flag() const { return m_flag; }
|
|
|
| - virtual void trace(Visitor*) override;
|
| -
|
| protected:
|
| virtual PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const override;
|
| virtual bool usesDefaultInterpolationWith(const AnimatableValue*) const override;
|
|
|