| 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 016d7707a3156e77827df760a57b00b718c9c9b0..d8ab54be1d815798771a2b53151ccf7460f8c218 100644
|
| --- a/third_party/WebKit/Source/modules/vr/VRDisplayCapabilities.idl
|
| +++ b/third_party/WebKit/Source/modules/vr/VRDisplayCapabilities.idl
|
| @@ -7,7 +7,7 @@
|
| OriginTrialEnabled=WebVR
|
| ] interface VRDisplayCapabilities {
|
| // Whether or not the VR display is capable of reporting user orientation.
|
| - readonly attribute boolean hasOrientation;
|
| + [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
|
|
|