| 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 258090fdcc033ffaf1ca96fef8875e3b96b69237..28c966d2166336b3f1a94bb7d3768bc87c3bf8c9 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1387,6 +1387,8 @@ class CORE_EXPORT UseCounter {
|
| WebBluetoothRequestDevice = 1670,
|
| UnitlessPerspectiveInPerspectiveProperty = 1671,
|
| UnitlessPerspectiveInTransformProperty = 1672,
|
| + GenericSensorStart = 1673,
|
| + GenericSensorStop = 1674,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|