| Index: sky/engine/core/animation/animatable/AnimatableLengthBox.h
|
| diff --git a/sky/engine/core/animation/animatable/AnimatableLengthBox.h b/sky/engine/core/animation/animatable/AnimatableLengthBox.h
|
| index 3a6547756d1f1f9fdff8e460db3351bc872aba60..f4a6c13c090661e410b01dcfc5423cca692e1cbf 100644
|
| --- a/sky/engine/core/animation/animatable/AnimatableLengthBox.h
|
| +++ b/sky/engine/core/animation/animatable/AnimatableLengthBox.h
|
| @@ -47,8 +47,6 @@ public:
|
| const AnimatableValue* top() const { return m_top.get(); }
|
| const AnimatableValue* bottom() const { return m_bottom.get(); }
|
|
|
| - virtual void trace(Visitor*) override;
|
| -
|
| protected:
|
| virtual PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const override;
|
|
|
|
|