Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(984)

Unified Diff: third_party/WebKit/Source/modules/vr/VRLayer.idl

Issue 2711513006: Add OffscreenCanvas to VRSource (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/modules/vr/VRDisplay.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/WebKit/Source/modules/vr/VRDisplay.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698