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

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

Issue 2385123005: Enable WebVR origin trial experiments. (Closed)
Patch Set: Rebase for conflict in ConditionalFeaturesForModules.cpp Created 4 years, 2 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 1972da99e5a178d69262d5a9cf741702a4411f17..1e4ba3d33b8c5c63364b8e6d01c9b141cdc161f4 100644
--- a/third_party/WebKit/Source/modules/vr/VRFieldOfView.idl
+++ b/third_party/WebKit/Source/modules/vr/VRFieldOfView.idl
@@ -4,7 +4,7 @@
// http://mozvr.github.io/webvr-spec/webvr.html#vrfieldofview
[
- RuntimeEnabled=WebVR,
+ OriginTrialEnabled=WebVR,
] interface VRFieldOfView {
attribute double upDegrees;
attribute double downDegrees;
« no previous file with comments | « third_party/WebKit/Source/modules/vr/VREyeParameters.idl ('k') | third_party/WebKit/Source/modules/vr/VRFrameData.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698