Index: Source/core/frame/UseCounter.h |
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h |
index 115fa694ace3f126257d4a62fd2b924f7a161881..d2994a06ad9b4d1d281efd2c80983e6accd98253 100644 |
--- a/Source/core/frame/UseCounter.h |
+++ b/Source/core/frame/UseCounter.h |
@@ -422,6 +422,8 @@ public: |
VTTCueRenderRtl = 418, |
PostMessageFromSecureToInsecure = 419, |
PostMessageFromInsecureToSecure = 420, |
+ DocumentExitPointerLock = 421, |
+ DocumentPointerLockElement = 422, |
// 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/ |