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 7071a27c563be8ebc8d0934a88480b15dcf13335..e977a152932df2ed92431327b10627298e40d06d 100644 |
--- a/third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp |
+++ b/third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp |
@@ -242,7 +242,7 @@ const InterpolationTypes& PropertyInterpolationTypesMapping::get(const PropertyH |
applicableTypes->append(wrapUnique(new CSSRotateInterpolationType(cssProperty))); |
break; |
case CSSPropertyBackdropFilter: |
- case CSSPropertyWebkitFilter: |
+ case CSSPropertyFilter: |
applicableTypes->append(wrapUnique(new CSSFilterListInterpolationType(cssProperty))); |
break; |
case CSSPropertyTransform: |