| 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 35b45be4c0f481fa235cfd2fb796756879641fe6..8266085d8726183966398431b01328642fc4c2c1 100644
|
| --- a/third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp
|
| @@ -234,7 +234,7 @@ const InterpolationTypes& PropertyInterpolationTypesMapping::get(const PropertyH
|
| case CSSPropertyWebkitMaskBoxImageSlice:
|
| applicableTypes->append(wrapUnique(new CSSImageSliceInterpolationType(cssProperty)));
|
| break;
|
| - case CSSPropertyWebkitClipPath:
|
| + case CSSPropertyClipPath:
|
| case CSSPropertyShapeOutside:
|
| applicableTypes->append(wrapUnique(new CSSBasicShapeInterpolationType(cssProperty)));
|
| break;
|
|
|