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

Unified Diff: third_party/WebKit/Source/modules/vr/VRFieldOfView.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/VRFieldOfView.idl
diff --git a/third_party/WebKit/Source/modules/vr/VRFieldOfView.idl b/third_party/WebKit/Source/modules/vr/VRFieldOfView.idl
index 25cc34719ed2f387eec761d4382088ab2fcc30a7..634d6813dcf56705e24fb03204c3ef4f76c6efd6 100644
--- a/third_party/WebKit/Source/modules/vr/VRFieldOfView.idl
+++ b/third_party/WebKit/Source/modules/vr/VRFieldOfView.idl
@@ -6,8 +6,8 @@
[
OriginTrialEnabled=WebVR,
] interface VRFieldOfView {
- attribute double upDegrees;
- attribute double downDegrees;
- attribute double leftDegrees;
- attribute double rightDegrees;
+ readonly attribute double upDegrees;
+ readonly attribute double rightDegrees;
+ readonly attribute double downDegrees;
+ readonly attribute double leftDegrees;
};
« no previous file with comments | « third_party/WebKit/Source/modules/vr/VRDisplayEventInit.idl ('k') | third_party/WebKit/Source/modules/vr/VRLayer.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698