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

Unified Diff: Source/core/page/UseCounter.cpp

Issue 14907011: Support 'paint-order' from SVG2. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix review issues and add paint-order for text too Created 7 years, 5 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: Source/core/page/UseCounter.cpp
diff --git a/Source/core/page/UseCounter.cpp b/Source/core/page/UseCounter.cpp
index 4b4fe2f5b436ae55d031e38970f427b78e7ad94b..09a887a5da7874f1071be40dcfad9a5cfcaca1a1 100644
--- a/Source/core/page/UseCounter.cpp
+++ b/Source/core/page/UseCounter.cpp
@@ -491,6 +491,7 @@ static int mapCSSPropertyIdToCSSSampleId(int id)
case CSSPropertyBackgroundBlendMode: return 419;
case CSSPropertyMixBlendMode: return 420;
case CSSPropertyTouchAction: return 421;
+ case CSSPropertyPaintOrder: return 422;
// Add new features above this line (don't change the assigned numbers of the existing
// items) and update maximumCSSSampleId() with the new maximum value.

Powered by Google App Engine
This is Rietveld 408576698