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

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

Issue 2777903008: Removed deprecated WebVR functionality (Closed)
Patch Set: Another test re-baseline Created 3 years, 8 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 fe1d63f53465ee871194508137c59de99fb4af2f..e698912ff46f3db7e076c50e8bb804dd2b89c8d1 100644
--- a/third_party/WebKit/Source/modules/vr/VREyeParameters.idl
+++ b/third_party/WebKit/Source/modules/vr/VREyeParameters.idl
@@ -7,8 +7,7 @@
OriginTrialEnabled=WebVR,
] interface VREyeParameters {
/* These values will vary after a FOV has been set */
- [MeasureAs=VREyeParametersOffset] readonly attribute Float32Array offset;
- [DeprecateAs=VRDeprecatedFieldOfView] readonly attribute VRFieldOfView fieldOfView;
+ [DeprecateAs=VREyeParametersOffset] readonly attribute Float32Array offset;
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/VRFieldOfView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698