| 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 2cbb53d3846cd2556310cd3cf5b033dab8e7523a..dd81f2485231ce1efeef05987d6bf888d9d04e8e 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| @@ -1050,7 +1050,9 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(
|
| return 540;
|
| case CSSPropertyOffsetPath:
|
| return 541;
|
| + case CSSPropertyOffsetRotate:
|
| case CSSPropertyOffsetRotation:
|
| + // TODO(ericwilligers): Distinct use counter for CSSPropertyOffsetRotate.
|
| return 542;
|
| case CSSPropertyOffset:
|
| return 543;
|
|
|