summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/vr/vr_pose.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/vr/vr_pose.idl')
-rw-r--r--chromium/third_party/blink/renderer/modules/vr/vr_pose.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/modules/vr/vr_pose.idl b/chromium/third_party/blink/renderer/modules/vr/vr_pose.idl
index e935c5fe015..e8dcd6349c0 100644
--- a/chromium/third_party/blink/renderer/modules/vr/vr_pose.idl
+++ b/chromium/third_party/blink/renderer/modules/vr/vr_pose.idl
@@ -4,7 +4,7 @@
// https://w3c.github.io/webvr/#interface-vrpose
[
- OriginTrialEnabled=WebVR
+ RuntimeEnabled=WebVR
] interface VRPose {
readonly attribute Float32Array? position;
[MeasureAs=VRPoseLinearVelocity] readonly attribute Float32Array? linearVelocity;