| 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 5b2de29dc1ece69a59212d01dca5404267979313..823317188eb3a7c9d43ec76f1ee0a3051ce54ae3 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1140,6 +1140,7 @@ public:
|
| CompositedReplication = 1322,
|
| EncryptedMediaAllSelectedContentTypesHaveCodecs = 1323,
|
| EncryptedMediaAllSelectedContentTypesMissingCodecs = 1324,
|
| + PointerEventAddListenerCount = 1325,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|