Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(505)

Unified Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 2777903008: Removed deprecated WebVR functionality (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698