| 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 058e47d387641874a117ea03f983023bd673da28..cac468f2d0c46779643ef00c12516b7086e36cf5 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| @@ -550,6 +550,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
|
| case CSSPropertyVariable: return 515;
|
| case CSSPropertyFontDisplay: return 516;
|
| case CSSPropertyContain: return 517;
|
| + case CSSPropertyD: return 518;
|
|
|
| // 1. Add new features above this line (don't change the assigned numbers of the existing
|
| // items).
|
| @@ -566,7 +567,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
|
| return 0;
|
| }
|
|
|
| -static int maximumCSSSampleId() { return 517; }
|
| +static int maximumCSSSampleId() { return 518; }
|
|
|
| void UseCounter::muteForInspector()
|
| {
|
|
|