| Index: third_party/WebKit/Source/core/frame/UseCounter.h
|
| diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| index 63c806888c80bf0f15b6ea4d5b4bd1547250838c..e65ec2c24f31929d3712b581530b6f4773055cab 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1609,6 +1609,11 @@ class CORE_EXPORT UseCounter {
|
| kThreeValuedPositionGradient = 2003,
|
| kThreeValuedPositionObjectPosition = 2004,
|
| kThreeValuedPositionPerspectiveOrigin = 2005,
|
| + kUnitlessZeroAngleCustomProperty = 2006,
|
| + kUnitlessZeroAngleFilter = 2007,
|
| + kUnitlessZeroAngleGradient = 2008,
|
| + kUnitlessZeroAngleOffsetRotate = 2009,
|
| + kUnitlessZeroAngleTransform = 2010,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|