| Index: Source/core/animation/animatable/AnimatableColor.h
|
| diff --git a/Source/core/animation/animatable/AnimatableColor.h b/Source/core/animation/animatable/AnimatableColor.h
|
| index ba40b0a0b026756828c8c0fe455f356f33ecd711..1900b95a9fc95320cece5e9602eb349de18d320b 100644
|
| --- a/Source/core/animation/animatable/AnimatableColor.h
|
| +++ b/Source/core/animation/animatable/AnimatableColor.h
|
| @@ -43,7 +43,6 @@ public:
|
| Color toColor() const;
|
| AnimatableColorImpl interpolateTo(const AnimatableColorImpl&, double fraction) const;
|
| bool operator==(const AnimatableColorImpl&) const;
|
| - double distanceTo(const AnimatableColorImpl&) const;
|
|
|
| private:
|
| float m_alpha;
|
| @@ -75,7 +74,6 @@ private:
|
| }
|
| virtual AnimatableType type() const override { return TypeColor; }
|
| virtual bool equalTo(const AnimatableValue*) const override;
|
| - virtual double distanceTo(const AnimatableValue*) const override;
|
| const AnimatableColorImpl m_color;
|
| const AnimatableColorImpl m_visitedLinkColor;
|
| };
|
|
|