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

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

Issue 2747373002: Update WebVR API based on prerelease 1.1 except window and navigator interface (Closed)
Patch Set: Update wpt test Created 3 years, 9 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/VRLayer.idl ('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/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;
« no previous file with comments | « third_party/WebKit/Source/modules/vr/VRLayer.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698