| Index: Source/core/page/UseCounter.cpp
|
| diff --git a/Source/core/page/UseCounter.cpp b/Source/core/page/UseCounter.cpp
|
| index ae1a3ff9e149b07533accf5dc848f316050b23d1..da4491220705d3d414c67129850d4bc38de9f96d 100644
|
| --- a/Source/core/page/UseCounter.cpp
|
| +++ b/Source/core/page/UseCounter.cpp
|
| @@ -492,6 +492,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
|
| case CSSPropertyAnimationName: return 430;
|
| case CSSPropertyAnimationPlayState: return 431;
|
| case CSSPropertyAnimationTimingFunction: return 432;
|
| + case CSSPropertyPaintOrder: return 433;
|
|
|
| // Add new features above this line (don't change the assigned numbers of the existing
|
| // items) and update maximumCSSSampleId() with the new maximum value.
|
|
|