| Index: third_party/WebKit/Source/core/animation/animatable/AnimatableDouble.h
|
| diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableDouble.h b/third_party/WebKit/Source/core/animation/animatable/AnimatableDouble.h
|
| index c8c33932c8f46e52d1941830c116740798d811b6..ab5db20eea240666fa7082077de323a3cf0b0576 100644
|
| --- a/third_party/WebKit/Source/core/animation/animatable/AnimatableDouble.h
|
| +++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableDouble.h
|
| @@ -53,7 +53,6 @@ class CORE_EXPORT AnimatableDouble final : public AnimatableValue {
|
| private:
|
| AnimatableDouble(double number) : number_(number) {}
|
| AnimatableType GetType() const override { return kTypeDouble; }
|
| - bool EqualTo(const AnimatableValue*) const override;
|
|
|
| double number_;
|
| };
|
|
|