| 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 ff3df3e9edd54ec894e0dc911f31b4c032234871..39c1e51c4cd5a03e60f86f43c2d480d6ed64eef2 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| @@ -551,6 +551,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
|
| case CSSPropertyFontDisplay: return 516;
|
| case CSSPropertyContain: return 517;
|
| case CSSPropertyD: return 518;
|
| + case CSSPropertySnapHeight: return 519;
|
|
|
| // 1. Add new features above this line (don't change the assigned numbers of the existing
|
| // items).
|
| @@ -567,7 +568,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
|
| return 0;
|
| }
|
|
|
| -static int maximumCSSSampleId() { return 518; }
|
| +static int maximumCSSSampleId() { return 519; }
|
|
|
| static EnumerationHistogram& featureObserverHistogram()
|
| {
|
|
|