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 547a21e4696b0737c39e411b15ed8ccc7f36dc2a..162107ce72c2bbb0628de6de6d1b44212beec67f 100644 |
--- a/third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp |
+++ b/third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp |
@@ -197,6 +197,8 @@ const InterpolationTypes& PropertyInterpolationTypesMapping::get(const PropertyH |
applicableTypes->append(wrapUnique(new CSSPositionAxisListInterpolationType(cssProperty))); |
break; |
case CSSPropertyObjectPosition: |
+ case CSSPropertyOffsetAnchor: |
+ case CSSPropertyOffsetPosition: |
case CSSPropertyPerspectiveOrigin: |
applicableTypes->append(wrapUnique(new CSSPositionInterpolationType(cssProperty))); |
break; |