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

Unified Diff: third_party/WebKit/Source/modules/vr/VRDisplayCapabilities.idl

Issue 2777903008: Removed deprecated WebVR functionality (Closed)
Patch Set: Another test re-baseline Created 3 years, 8 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/modules/vr/VRDisplayCapabilities.idl
diff --git a/third_party/WebKit/Source/modules/vr/VRDisplayCapabilities.idl b/third_party/WebKit/Source/modules/vr/VRDisplayCapabilities.idl
index d8ab54be1d815798771a2b53151ccf7460f8c218..14d8265674aa92007781245e0c3045563793acc8 100644
--- a/third_party/WebKit/Source/modules/vr/VRDisplayCapabilities.idl
+++ b/third_party/WebKit/Source/modules/vr/VRDisplayCapabilities.idl
@@ -6,9 +6,6 @@
[
OriginTrialEnabled=WebVR
] interface VRDisplayCapabilities {
- // Whether or not the VR display is capable of reporting user orientation.
- [MeasureAs=VRDisplayCapabilitiesHasOrientation] readonly attribute boolean hasOrientation;
-
// Whether or not the VR display is capable of reporting user position.
// If false position may still be reported using simulated values like
// neck modeling.

Powered by Google App Engine
This is Rietveld 408576698