| Index: Source/core/animation/animatable/AnimatableDouble.h
|
| diff --git a/Source/core/animation/animatable/AnimatableDouble.h b/Source/core/animation/animatable/AnimatableDouble.h
|
| index 5b0bec0ff66eb6ca636f956bc0c2fc9e0170ac0c..2fdf2df90b4d5d9b0df0e86668a9edc6a671e97a 100644
|
| --- a/Source/core/animation/animatable/AnimatableDouble.h
|
| +++ b/Source/core/animation/animatable/AnimatableDouble.h
|
| @@ -65,7 +65,6 @@ private:
|
| }
|
| virtual AnimatableType type() const override { return TypeDouble; }
|
| virtual bool equalTo(const AnimatableValue*) const override;
|
| - virtual double distanceTo(const AnimatableValue*) const override;
|
|
|
| double m_number;
|
| Constraint m_constraint;
|
|
|