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

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

Issue 1918143007: Updated Blink WebVR interfaces to WebVR v1 spec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webvr_mojo
Patch Set: Fixed layout test Created 4 years, 7 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/VREyeParameters.idl
diff --git a/third_party/WebKit/Source/modules/vr/VREyeParameters.idl b/third_party/WebKit/Source/modules/vr/VREyeParameters.idl
index cfa5d82a5220a712fccb4f9bbbd93f8bc282117f..5c0cb98a14306373e939b446e8357f2716dd7125 100644
--- a/third_party/WebKit/Source/modules/vr/VREyeParameters.idl
+++ b/third_party/WebKit/Source/modules/vr/VREyeParameters.idl
@@ -6,13 +6,9 @@
[
RuntimeEnabled=WebVR,
] interface VREyeParameters {
- /* These values are expected to be static per-device/per-user */
- readonly attribute VRFieldOfView minimumFieldOfView;
- readonly attribute VRFieldOfView maximumFieldOfView;
- readonly attribute VRFieldOfView recommendedFieldOfView;
- readonly attribute DOMPoint eyeTranslation;
-
/* These values will vary after a FOV has been set */
- readonly attribute VRFieldOfView currentFieldOfView;
- readonly attribute DOMRect renderRect;
+ readonly attribute Float32Array offset;
+ readonly attribute VRFieldOfView fieldOfView;
+ readonly attribute unsigned long renderWidth;
+ readonly attribute unsigned long renderHeight;
};
« no previous file with comments | « third_party/WebKit/Source/modules/vr/VREyeParameters.cpp ('k') | third_party/WebKit/Source/modules/vr/VRGetDevicesCallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698