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

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

Issue 2364503002: CSS Motion Path: animate offset-anchor and offset-position (Closed)
Patch Set: no interpolation to/from auto Created 4 years, 3 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/AnimatableLengthPoint.h
diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthPoint.h b/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthPoint.h
index 65d272427047ba108fe4dc2d9880149594d30299..615dc1c24a877d4c10be40a477b80f3e6a046c77 100644
--- a/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthPoint.h
+++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthPoint.h
@@ -47,6 +47,7 @@ public:
protected:
PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const override;
+ bool usesDefaultInterpolationWith(const AnimatableValue*) const override;
private:
AnimatableLengthPoint(PassRefPtr<AnimatableValue> x, PassRefPtr<AnimatableValue> y)

Powered by Google App Engine
This is Rietveld 408576698