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

Unified Diff: third_party/WebKit/Source/core/animation/animatable/AnimatableLengthSize.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/AnimatableLengthSize.h
diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthSize.h b/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthSize.h
index 4aa772234abb0bb52064d1e41456dbaf0c124b54..e48a09365c45ae99f723c5bb9359cac5a259a2c1 100644
--- a/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthSize.h
+++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthSize.h
@@ -44,14 +44,6 @@ class AnimatableLengthSize final : public AnimatableValue {
return adoptRef(
new AnimatableLengthSize(std::move(width), std::move(height)));
}
- const AnimatableValue* width() const { return m_width.get(); }
- const AnimatableValue* height() const { return m_height.get(); }
-
- bool usesDefaultInterpolationWith(const AnimatableValue*) const override;
-
- protected:
- PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*,
- double fraction) const override;
private:
AnimatableLengthSize(PassRefPtr<AnimatableValue> width,

Powered by Google App Engine
This is Rietveld 408576698