| 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 50d34ecd708620f8743bd3d64d0710c39a6bf2cc..449f2e44137d151ba531470d1e9d90db2df135ea 100644
|
| --- a/third_party/WebKit/Source/modules/vr/VRLayer.idl
|
| +++ b/third_party/WebKit/Source/modules/vr/VRLayer.idl
|
| @@ -5,9 +5,8 @@
|
| typedef HTMLCanvasElement VRSource;
|
|
|
| // http://mozvr.github.io/webvr-spec/webvr.html#vrlayer
|
| -[
|
| - OriginTrialEnabled=WebVR
|
| -] dictionary VRLayer {
|
| +
|
| +dictionary VRLayer {
|
| // The canvas to be presented to the VRDisplay
|
| VRSource? source = null;
|
|
|
|
|