Chromium Code Reviews| 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 9f7ca376e2d5a62f93cd4ced7905d285e8d683a3..43127251f5d2052418bf26870c68a68d71da568b 100644 |
| --- a/third_party/WebKit/Source/core/frame/UseCounter.cpp |
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.cpp |
| @@ -1050,6 +1050,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram( |
| return 540; |
| case CSSPropertyOffsetPath: |
| return 541; |
| + case CSSPropertyOffsetRotate: |
|
Eric Willigers
2016/12/05 20:11:47
This CL is intended to be merged to M56. We don't
sashab
2016/12/06 04:16:34
SGTM, please add a TODO.
Eric Willigers
2016/12/06 05:30:04
Done.
|
| case CSSPropertyOffsetRotation: |
| return 542; |
| case CSSPropertyOffset: |