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