Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(114)

Unified Diff: third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp

Issue 1987943002: [wip] unprefix filter Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 2e830b0c6d4394ba5c2eea9f70e6b8cbeee12a52..7ebec30666ae62c008e932d8cc401db30d4a3fd5 100644
--- a/third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp
+++ b/third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp
@@ -240,7 +240,7 @@ const InterpolationTypes& PropertyInterpolationTypesMapping::get(const PropertyH
applicableTypes->append(adoptPtr(new CSSRotateInterpolationType(cssProperty)));
break;
case CSSPropertyBackdropFilter:
- case CSSPropertyWebkitFilter:
+ case CSSPropertyFilter:
applicableTypes->append(adoptPtr(new CSSFilterListInterpolationType(cssProperty)));
break;
case CSSPropertyTransform:

Powered by Google App Engine
This is Rietveld 408576698