| 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 42d80f42172ecb67b953a8c81986c1b9f2e6eaea..b517e8823e8610a8f0a35c14ee9f4fab25a74b3b 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1285,7 +1285,6 @@ public:
|
| RadioNameMatchingCaseFolding = 1515,
|
| NavigatorPointerEnabled = 1516,
|
| InputSelectionGettersThrow = 1517,
|
| - DocumentCreateEventVRDisplayEvent = 1518,
|
| UsbGetDevices = 1519,
|
| UsbRequestDevice = 1520,
|
| UsbDeviceOpen = 1521,
|
| @@ -1302,6 +1301,8 @@ public:
|
| UsbDeviceIsochronousTransferIn = 1532,
|
| UsbDeviceIsochronousTransferOut = 1533,
|
| UsbDeviceReset = 1534,
|
| + // The above items are available in M54 branch
|
| +
|
| PointerEnterLeaveFired = 1535,
|
| PointerOverOutFired = 1536,
|
| PointerEnterLeaveFiredWhileCaptured = 1537,
|
|
|