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

Unified Diff: third_party/WebKit/Source/core/frame/UseCounter.cpp

Issue 1734863003: Remove webkit-background-composite (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 a10b1070a2a17bb95cde2bd369c6cb6ebbde2e0b..7815f1396f51d8b4f930b0082712aa7211840f6a 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.cpp
+++ b/third_party/WebKit/Source/core/frame/UseCounter.cpp
@@ -219,7 +219,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
// CSSPropertyWebkitAspectRatio was 176
case CSSPropertyAliasWebkitBackfaceVisibility: return 177;
case CSSPropertyWebkitBackgroundClip: return 178;
- case CSSPropertyWebkitBackgroundComposite: return 179;
+ // case CSSPropertyWebkitBackgroundComposite: return 179;
case CSSPropertyWebkitBackgroundOrigin: return 180;
case CSSPropertyAliasWebkitBackgroundSize: return 181;
case CSSPropertyWebkitBorderAfter: return 182;
« no previous file with comments | « third_party/WebKit/Source/core/frame/Deprecation.cpp ('k') | third_party/WebKit/Source/devtools/front_end/sdk/CSSMetadata.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698