| 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 416bce8e702acbc8a932c4a0d25cb0078a5209a9..2cbb53d3846cd2556310cd3cf5b033dab8e7523a 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| @@ -45,7 +45,7 @@ int totalPagesMeasuredCSSSampleId() {
|
| }
|
|
|
| // Make sure update_use_counter_css.py was run which updates histograms.xml.
|
| -constexpr int kMaximumCSSSampleId = 545;
|
| +constexpr int kMaximumCSSSampleId = 546;
|
|
|
| } // namespace
|
|
|
| @@ -1058,6 +1058,8 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(
|
| return 544;
|
| case CSSPropertyOffsetPosition:
|
| return 545;
|
| + case CSSPropertyTextDecorationSkip:
|
| + return 546;
|
| // 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.
|
|
|