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

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

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.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_;
};

Powered by Google App Engine
This is Rietveld 408576698