| 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 6bf2a709c1242dc56523e031b036fa9134551379..3fab7218fe075a453adaaf274a48ac2e7f30343e 100644
|
| --- a/third_party/WebKit/Source/modules/vr/VRLayer.idl
|
| +++ b/third_party/WebKit/Source/modules/vr/VRLayer.idl
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -typedef HTMLCanvasElement VRSource;
|
| +typedef (HTMLCanvasElement or OffscreenCanvas) VRSource;
|
|
|
| // https://w3c.github.io/webvr/#interface-vrlayer
|
|
|
|
|