| 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 fea2c53dcbb1029508c90a3909baf012550b2d30..3fc6740153c5b70f82646447f895f9ed86fa9aee 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1203,7 +1203,6 @@ class CORE_EXPORT UseCounter {
|
| PresentationConnectionListConnectionAvailableEventListener = 1555,
|
| WebAudioAutoplayCrossOriginIframe = 1556,
|
| VRGetDisplays = 1558,
|
| - VRDeprecatedGetPose = 1560,
|
| CSSZoomReset = 1578,
|
| CSSZoomDocument = 1579,
|
| XSSAuditorBlockedScript = 1581,
|
| @@ -1475,9 +1474,6 @@ class CORE_EXPORT UseCounter {
|
| HTMLMediaElementControlsListNoFullscreen = 1855,
|
| HTMLMediaElementControlsListNoRemotePlayback = 1856,
|
| PointerEventClickRetargetCausedByCapture = 1857,
|
| - VRDisplayIsConnected = 1858,
|
| - VRDisplayResetPose = 1859,
|
| - VRDisplayCapabilitiesHasOrientation = 1860,
|
| VRDisplayDisplayName = 1861,
|
| VREyeParametersOffset = 1862,
|
| VRPoseLinearVelocity = 1863,
|
|
|