| 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.
|
|
|