| Index: third_party/WebKit/Source/modules/vr/VRPose.idl
|
| diff --git a/third_party/WebKit/Source/modules/vr/VRPose.idl b/third_party/WebKit/Source/modules/vr/VRPose.idl
|
| index 2acaf2008d235b707953d23b437ca6d5f8164232..17004de03f44dcd4ffff1158950b6d90f3ffc2d8 100644
|
| --- a/third_party/WebKit/Source/modules/vr/VRPose.idl
|
| +++ b/third_party/WebKit/Source/modules/vr/VRPose.idl
|
| @@ -4,7 +4,7 @@
|
|
|
| // http://mozvr.github.io/webvr-spec/webvr.html#vrpose
|
| [
|
| - RuntimeEnabled=WebVR,
|
| + OriginTrialEnabled=WebVR,
|
| ] interface VRPose {
|
| readonly attribute Float32Array? position;
|
| readonly attribute Float32Array? linearVelocity;
|
|
|