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

Unified Diff: third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp

Issue 2555543002: CSS Motion Path: Support offset-rotate in addition to offset-rotation (Closed)
Patch Set: reformat Created 4 years 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/PropertyInterpolationTypesMapping.cpp
diff --git a/third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp b/third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp
index b860c78f21d95ad30f597f163b5c2ac3dd2ab215..19bc5fb58338bcc6563b24874bc793070e60d44d 100644
--- a/third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp
+++ b/third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp
@@ -209,6 +209,7 @@ const InterpolationTypes& PropertyInterpolationTypesMapping::get(
applicableTypes->append(
makeUnique<CSSClipInterpolationType>(usedProperty));
break;
+ case CSSPropertyOffsetRotate:
case CSSPropertyOffsetRotation:
applicableTypes->append(
makeUnique<CSSOffsetRotationInterpolationType>(usedProperty));

Powered by Google App Engine
This is Rietveld 408576698