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

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

Issue 2331553002: Update WebVR interface to match the 1.1 spec (Closed)
Patch Set: Addressed further feedback Created 4 years, 3 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 4b8016f0545a385805c8e8dc82883f071783e0fe..1972da99e5a178d69262d5a9cf741702a4411f17 100644
--- a/third_party/WebKit/Source/modules/vr/VRFieldOfView.idl
+++ b/third_party/WebKit/Source/modules/vr/VRFieldOfView.idl
@@ -5,7 +5,6 @@
// http://mozvr.github.io/webvr-spec/webvr.html#vrfieldofview
[
RuntimeEnabled=WebVR,
- Constructor(optional VRFieldOfViewInit fov),
] interface VRFieldOfView {
attribute double upDegrees;
attribute double downDegrees;

Powered by Google App Engine
This is Rietveld 408576698