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

Unified Diff: third_party/WebKit/Source/core/frame/UseCounter.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/frame/UseCounter.cpp
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.cpp b/third_party/WebKit/Source/core/frame/UseCounter.cpp
index f7795822618707a81251a9c02d3516ced8d92409..648d5a23178277b18970d9921792e3baddcdbcb9 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.cpp
+++ b/third_party/WebKit/Source/core/frame/UseCounter.cpp
@@ -441,7 +441,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
// CSSPropertyWebkitDashboardRegion was 410.
// CSSPropertyWebkitOverflowScrolling was 411.
case CSSPropertyWebkitAppRegion: return 412;
- case CSSPropertyWebkitFilter: return 413;
+ case CSSPropertyAliasWebkitFilter: return 413;
case CSSPropertyWebkitBoxDecorationBreak: return 414;
case CSSPropertyWebkitTapHighlightColor: return 415;
case CSSPropertyBufferedRendering: return 416;

Powered by Google App Engine
This is Rietveld 408576698