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 21a8cdfd0c6ff1b0a4578c055d9df958fe91fe2c..2e32f191921e348387607c6dc63c53a46af64969 100644 |
--- a/third_party/WebKit/Source/core/frame/UseCounter.cpp |
+++ b/third_party/WebKit/Source/core/frame/UseCounter.cpp |
@@ -547,6 +547,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id) |
case CSSPropertyGridRowGap: return 512; |
case CSSPropertyGridGap: return 513; |
case CSSPropertyFontFeatureSettings: return 514; |
+ case CSSPropertyFontDisplay: return 515; |
// 1. Add new features above this line (don't change the assigned numbers of the existing |
// items). |
@@ -563,7 +564,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id) |
return 0; |
} |
-static int maximumCSSSampleId() { return 514; } |
+static int maximumCSSSampleId() { return 515; } |
void UseCounter::muteForInspector() |
{ |