| 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 88ac17935d6277b29ecdc186c447ae421a90e539..5b7fccc2898ec65a9ac7a15f7732065b1b842189 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1340,7 +1340,10 @@ class CORE_EXPORT UseCounter {
|
| LongTaskObserver = 1615,
|
| CSSMotionInEffect = 1616,
|
| CSSOffsetInEffect = 1617,
|
| -
|
| + VRGetDisplaysInsecureOrigin = 1618,
|
| + VRRequestPresent = 1619,
|
| + VRRequestPresentInsecureOrigin = 1620,
|
| + VRDeprecatedFieldOfView = 1621,
|
| // 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
|
|
|