| 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 795dfc8bc6016dd843771758404bd3a46bf715b7..a2e986f54b5825d5e33e4c2822056c75f4566b43 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| @@ -565,6 +565,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
|
| case CSSPropertyColumnWidth: return 530;
|
| case CSSPropertyColumns: return 531;
|
| case CSSPropertyApplyAtRule: return 532;
|
| + case CSSPropertySnapWidth: return 533;
|
|
|
| // 1. Add new features above this line (don't change the assigned numbers of the existing
|
| // items).
|
| @@ -581,7 +582,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
|
| return 0;
|
| }
|
|
|
| -static int maximumCSSSampleId() { return 532; }
|
| +static int maximumCSSSampleId() { return 533; }
|
|
|
| static EnumerationHistogram& featureObserverHistogram()
|
| {
|
|
|