| 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..0f2d60ccc503e1bc953d10502f362e87efd27972 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1609,6 +1609,7 @@ class CORE_EXPORT UseCounter {
|
| kThreeValuedPositionGradient = 2003,
|
| kThreeValuedPositionObjectPosition = 2004,
|
| kThreeValuedPositionPerspectiveOrigin = 2005,
|
| + kClientHintsDeviceRAM = 2006,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|