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

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

Issue 2065593002: Unprefix the CSS 'filter' property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove disabler. Try different DCHECK expressions. Created 4 years, 6 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 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:

Powered by Google App Engine
This is Rietveld 408576698