Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(97)

Unified Diff: third_party/WebKit/Source/core/animation/animatable/AnimatableDouble.cpp

Issue 2893313004: Remove unused AnimatableValue types (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698