| Index: third_party/WebKit/Source/core/animation/animatable/AnimatableDouble.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableDouble.cpp b/third_party/WebKit/Source/core/animation/animatable/AnimatableDouble.cpp
|
| index 5560e24259fbefbaa8b3d0041a3b6547a4f9cbf0..d9f7bf10b8b7a273ea99aaf5650e8c51aa7e7956 100644
|
| --- a/third_party/WebKit/Source/core/animation/animatable/AnimatableDouble.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableDouble.cpp
|
| @@ -42,8 +42,4 @@ PassRefPtr<AnimatableValue> AnimatableDouble::InterpolateTo(
|
| return AnimatableDouble::Create(Blend(number_, other->number_, fraction));
|
| }
|
|
|
| -bool AnimatableDouble::EqualTo(const AnimatableValue* value) const {
|
| - return number_ == ToAnimatableDouble(value)->number_;
|
| -}
|
| -
|
| } // namespace blink
|
|
|