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

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

Issue 2750293003: Delete unused AnimatableValue code (Closed)
Patch Set: Fix unit tests Created 3 years, 9 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/AnimatableLengthBoxAndBool.h
diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthBoxAndBool.h b/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthBoxAndBool.h
index 1785b72f67006eaae37de1a9e65f5f451733bc48..eadad7f59c20f3c8e2275242af53b03df311802a 100644
--- a/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthBoxAndBool.h
+++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthBoxAndBool.h
@@ -43,13 +43,6 @@ class AnimatableLengthBoxAndBool final : public AnimatableValue {
bool flag) {
return adoptRef(new AnimatableLengthBoxAndBool(std::move(box), flag));
}
- const AnimatableValue* box() const { return m_box.get(); }
- bool flag() const { return m_flag; }
-
- protected:
- PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*,
- double fraction) const override;
- bool usesDefaultInterpolationWith(const AnimatableValue*) const override;
private:
AnimatableLengthBoxAndBool(PassRefPtr<AnimatableValue> box, bool flag)

Powered by Google App Engine
This is Rietveld 408576698