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 ec14e880f387701a23a0a9e36b4818e901b5ec3d..26c0c4480af714acf0ef5d26b431be2d7d2e619f 100644 |
--- a/third_party/WebKit/Source/core/frame/UseCounter.h |
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h |
@@ -1305,6 +1305,10 @@ public: |
UsbDeviceIsochronousTransferIn = 1532, |
UsbDeviceIsochronousTransferOut = 1533, |
UsbDeviceReset = 1534, |
+ PointerEnterLeaveFired = 1535, |
+ PointerOverOutFired = 1536, |
+ PointerEnterLeaveFiredWhileCaptured = 1537, |
+ PointerOverOutFiredWhileCaptured = 1538, |
// Add new features immediately above this line. Don't change assigned |
// numbers of any item, and don't reuse removed slots. |