| 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 c6790752fb164623fad20bfcfa4b6ed8bb07712a..5130dbc58c9332830177491a621be709b0edc84b 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| @@ -541,6 +541,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
|
| case CSSPropertyScale: return 506;
|
| case CSSPropertyImageOrientation: return 507;
|
| case CSSPropertyBackdropFilter: return 508;
|
| + case CSSPropertyVariable: return 509;
|
|
|
| // 1. Add new features above this line (don't change the assigned numbers of the existing
|
| // items).
|
| @@ -557,7 +558,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
|
| return 0;
|
| }
|
|
|
| -static int maximumCSSSampleId() { return 508; }
|
| +static int maximumCSSSampleId() { return 509; }
|
|
|
| void UseCounter::muteForInspector()
|
| {
|
|
|