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 891d71ded2d4667f4e47d2bebe5c2e3682072758..1e5156f5afe0b6f5bb058865b56770297630ea37 100644 |
--- a/third_party/WebKit/Source/core/frame/UseCounter.cpp |
+++ b/third_party/WebKit/Source/core/frame/UseCounter.cpp |
@@ -543,6 +543,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id) |
case CSSPropertyBackdropFilter: return 508; |
case CSSPropertyTextCombineUpright: return 509; |
case CSSPropertyTextOrientation: return 510; |
+ case CSSPropertyVariable: return 511; |
// 1. Add new features above this line (don't change the assigned numbers of the existing |
// items). |
@@ -559,7 +560,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id) |
return 0; |
} |
-static int maximumCSSSampleId() { return 510; } |
+static int maximumCSSSampleId() { return 511; } |
void UseCounter::muteForInspector() |
{ |