Index: Source/core/frame/UseCounter.h |
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h |
index 5693c61555e60f90102e88dd36708147f442b613..8e9377351dc5c7faba826310d0c4e05a342a0461 100644 |
--- a/Source/core/frame/UseCounter.h |
+++ b/Source/core/frame/UseCounter.h |
@@ -425,6 +425,8 @@ public: |
PostMessageFromInsecureToSecure = 420, |
DocumentExitPointerLock = 421, |
DocumentPointerLockElement = 422, |
+ MouseEventMovementX = 423, |
+ MouseEventMovementY = 424, |
// Add new features immediately above this line. Don't change assigned |
// numbers of any item, and don't reuse removed slots. |
// Also, run update_use_counter_feature_enum.py in chromium/src/tools/metrics/histograms/ |