| 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 6c363695c2ef34a4f9d0a9ca6274b69d8ad3ca28..6d1332e36fb974861fa75e24426b6066a634c7a6 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 = 559;
|
| +constexpr int kMaximumCSSSampleId = 560;
|
|
|
| } // namespace
|
|
|
| @@ -1087,6 +1087,8 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(
|
| return 558;
|
| case CSSPropertyTransformBox:
|
| return 559;
|
| + case CSSPropertyPlaceSelf:
|
| + return 560;
|
| // 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.
|
|
|