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 ed4afc8a5dcae21d7f0c380e021772e551ee27fe..d43c0a2ea9649562a440a7352e8ffa4963542868 100644 |
--- a/third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp |
+++ b/third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp |
@@ -93,9 +93,9 @@ const InterpolationTypes* PropertyInterpolationTypesMapping::get(const PropertyH |
case CSSPropertyVerticalAlign: |
case CSSPropertyWebkitBorderHorizontalSpacing: |
case CSSPropertyWebkitBorderVerticalSpacing: |
- case CSSPropertyWebkitColumnGap: |
- case CSSPropertyWebkitColumnRuleWidth: |
- case CSSPropertyWebkitColumnWidth: |
+ case CSSPropertyColumnGap: |
+ case CSSPropertyColumnRuleWidth: |
+ case CSSPropertyColumnWidth: |
case CSSPropertyWebkitPerspectiveOriginX: |
case CSSPropertyWebkitPerspectiveOriginY: |
case CSSPropertyWebkitTransformOriginX: |
@@ -118,7 +118,7 @@ const InterpolationTypes* PropertyInterpolationTypesMapping::get(const PropertyH |
case CSSPropertyStopOpacity: |
case CSSPropertyStrokeMiterlimit: |
case CSSPropertyStrokeOpacity: |
- case CSSPropertyWebkitColumnCount: |
+ case CSSPropertyColumnCount: |
case CSSPropertyWidows: |
case CSSPropertyZIndex: |
applicableTypes->append(adoptPtr(new CSSNumberInterpolationType(cssProperty))); |
@@ -138,7 +138,7 @@ const InterpolationTypes* PropertyInterpolationTypesMapping::get(const PropertyH |
case CSSPropertyOutlineColor: |
case CSSPropertyStopColor: |
case CSSPropertyTextDecorationColor: |
- case CSSPropertyWebkitColumnRuleColor: |
+ case CSSPropertyColumnRuleColor: |
case CSSPropertyWebkitTextStrokeColor: |
applicableTypes->append(adoptPtr(new CSSColorInterpolationType(cssProperty))); |
break; |