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)); |