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

Unified Diff: third_party/WebKit/Source/modules/vr/VRDisplayCapabilities.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/VRDisplayCapabilities.idl
diff --git a/third_party/WebKit/Source/modules/vr/VRDisplayCapabilities.idl b/third_party/WebKit/Source/modules/vr/VRDisplayCapabilities.idl
index 016d7707a3156e77827df760a57b00b718c9c9b0..d8ab54be1d815798771a2b53151ccf7460f8c218 100644
--- a/third_party/WebKit/Source/modules/vr/VRDisplayCapabilities.idl
+++ b/third_party/WebKit/Source/modules/vr/VRDisplayCapabilities.idl
@@ -7,7 +7,7 @@
OriginTrialEnabled=WebVR
] interface VRDisplayCapabilities {
// Whether or not the VR display is capable of reporting user orientation.
- readonly attribute boolean hasOrientation;
+ [MeasureAs=VRDisplayCapabilitiesHasOrientation] readonly attribute boolean hasOrientation;
// Whether or not the VR display is capable of reporting user position.
// If false position may still be reported using simulated values like
« no previous file with comments | « third_party/WebKit/Source/modules/vr/VRDisplay.idl ('k') | third_party/WebKit/Source/modules/vr/VREyeParameters.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698