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

Unified Diff: third_party/WebKit/Source/modules/vr/VRDisplayEventInit.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
Index: third_party/WebKit/Source/modules/vr/VRDisplayEventInit.idl
diff --git a/third_party/WebKit/Source/modules/vr/VRDisplayEventInit.idl b/third_party/WebKit/Source/modules/vr/VRDisplayEventInit.idl
index 2b8695a91cf3d903e504184b2a6b2e403c9ea03e..b2b569985657fe1e0f0a99f63186b44b5d7d757a 100644
--- a/third_party/WebKit/Source/modules/vr/VRDisplayEventInit.idl
+++ b/third_party/WebKit/Source/modules/vr/VRDisplayEventInit.idl
@@ -8,6 +8,6 @@ dictionary VRDisplayEventInit : EventInit {
// TODO(foolip): |display| should be required and not nullable.
// https://crbug.com/647693
// https://github.com/w3c/webvr/issues/83
- VRDisplay? display;
+ required VRDisplay display;
VRDisplayEventReason reason;
};
« no previous file with comments | « third_party/WebKit/Source/modules/vr/VRDisplayEvent.idl ('k') | third_party/WebKit/Source/modules/vr/VRFieldOfView.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698