| Index: third_party/WebKit/Source/modules/vr/VRLayer.idl
|
| diff --git a/third_party/WebKit/Source/modules/vr/VRLayer.idl b/third_party/WebKit/Source/modules/vr/VRLayer.idl
|
| index 9e9a6a53cdbd1788b0963de27e5a249deed6c87f..50d34ecd708620f8743bd3d64d0710c39a6bf2cc 100644
|
| --- a/third_party/WebKit/Source/modules/vr/VRLayer.idl
|
| +++ b/third_party/WebKit/Source/modules/vr/VRLayer.idl
|
| @@ -6,7 +6,7 @@ typedef HTMLCanvasElement VRSource;
|
|
|
| // http://mozvr.github.io/webvr-spec/webvr.html#vrlayer
|
| [
|
| - RuntimeEnabled=WebVR
|
| + OriginTrialEnabled=WebVR
|
| ] dictionary VRLayer {
|
| // The canvas to be presented to the VRDisplay
|
| VRSource? source = null;
|
|
|