| 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 e023d8fbfe8132ff9fc3e771afa0e4232d2b4e16..dcb0c18c53a464b672cd220ad8e4a5865527c850 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1285,6 +1285,7 @@ public:
|
| MetaSetCookieWhenCSPBlocksInlineScript = 1549,
|
| MetaRefreshWhenCSPBlocksInlineScript = 1550,
|
| PanScrollingStart = 1551,
|
| + DragAndDropScrollStart = 1552,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|