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

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

Issue 2754783004: Add UseCounters to evaluate usage and risk with upcoming WebVR spec changes. (Closed)
Patch Set: 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/VREyeParameters.idl
diff --git a/third_party/WebKit/Source/modules/vr/VREyeParameters.idl b/third_party/WebKit/Source/modules/vr/VREyeParameters.idl
index 77ca688addb0699bfd09530ecc8d94dc37dfc5fd..fe1d63f53465ee871194508137c59de99fb4af2f 100644
--- a/third_party/WebKit/Source/modules/vr/VREyeParameters.idl
+++ b/third_party/WebKit/Source/modules/vr/VREyeParameters.idl
@@ -7,7 +7,7 @@
OriginTrialEnabled=WebVR,
] interface VREyeParameters {
/* These values will vary after a FOV has been set */
- readonly attribute Float32Array offset;
+ [MeasureAs=VREyeParametersOffset] readonly attribute Float32Array offset;
[DeprecateAs=VRDeprecatedFieldOfView] 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/VRDisplayCapabilities.idl ('k') | third_party/WebKit/Source/modules/vr/VRPose.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698