| 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 e7361a74a98d8ccf426aea647b031ca03d35ae77..14e9a9fc6846e58c1acf949a670391d80445dbeb 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| @@ -46,7 +46,7 @@ int totalPagesMeasuredCSSSampleId() {
|
| }
|
|
|
| // Make sure update_use_counter_css.py was run which updates histograms.xml.
|
| -constexpr int kMaximumCSSSampleId = 556;
|
| +constexpr int kMaximumCSSSampleId = 557;
|
|
|
| } // namespace
|
|
|
| @@ -1081,6 +1081,8 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(
|
| return 555;
|
| case CSSPropertyAliasLineBreak:
|
| return 556;
|
| + case CSSPropertyPlaceContent:
|
| + return 557;
|
| // 1. Add new features above this line (don't change the assigned numbers of
|
| // the existing items).
|
| // 2. Update kMaximumCSSSampleId with the new maximum value.
|
|
|