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

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

Issue 1732323003: Handling transition animation between non-interpolable values. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Deleted Expected file of webkit mask size interpolation as trybot was failing Created 4 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 ba5810e4bba148b845b151cf1573b1394ae0c1ff..06c02dba518517d8284016b0ed3b95f1b59fe646 100644
--- a/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthSize.h
+++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthSize.h
@@ -45,6 +45,8 @@ public:
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;

Powered by Google App Engine
This is Rietveld 408576698