| 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 31dce80a2f29ef9b00c5ef0d725708e00de4417a..589fff37781cbbba1870bec79d93a29db510940d 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 {
|
| HTMLMediaElementPreloadForcedMetadata = 1679,
|
| GenericSensorStart = 1680,
|
| GenericSensorStop = 1681,
|
| + TouchEventPreventedNoTouchAction = 1682,
|
| + TouchEventPreventedForcedDocumentPassiveNoTouchAction = 1683,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|