| Index: Source/core/frame/UseCounter.h
|
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
|
| index bb030c5917caab40408b7802b8bc36698920fc44..6b50a002676f611964d9fcf1df18efd90a49f6dd 100644
|
| --- a/Source/core/frame/UseCounter.h
|
| +++ b/Source/core/frame/UseCounter.h
|
| @@ -420,6 +420,8 @@ public:
|
| VTTCueRenderSizeNot100 = 415,
|
| VTTCueRenderAlignNotMiddle = 416,
|
| ElementRequestPointerLock = 417,
|
| + DocumentExitPointerLock = 418,
|
| + DocumentPointerLockElement = 419,
|
| // 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/
|
|
|