| Index: third_party/WebKit/Source/modules/vr/VRLayerInit.idl
|
| diff --git a/third_party/WebKit/Source/modules/vr/VRLayer.idl b/third_party/WebKit/Source/modules/vr/VRLayerInit.idl
|
| similarity index 96%
|
| rename from third_party/WebKit/Source/modules/vr/VRLayer.idl
|
| rename to third_party/WebKit/Source/modules/vr/VRLayerInit.idl
|
| index 3fab7218fe075a453adaaf274a48ac2e7f30343e..d6bb6303a89fe7ae3f7dba8275448958e793ece3 100644
|
| --- a/third_party/WebKit/Source/modules/vr/VRLayer.idl
|
| +++ b/third_party/WebKit/Source/modules/vr/VRLayerInit.idl
|
| @@ -6,7 +6,7 @@ typedef (HTMLCanvasElement or OffscreenCanvas) VRSource;
|
|
|
| // https://w3c.github.io/webvr/#interface-vrlayer
|
|
|
| -dictionary VRLayer {
|
| +dictionary VRLayerInit {
|
| // The canvas to be presented to the VRDisplay
|
| VRSource? source = null;
|
|
|
|
|