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

Unified Diff: third_party/WebKit/Source/modules/vr/VREyeParameters.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/VREyeParameters.idl
diff --git a/third_party/WebKit/Source/modules/vr/VREyeParameters.idl b/third_party/WebKit/Source/modules/vr/VREyeParameters.idl
index 4b6cb3e6508f3f78ba01c080871197a9c36e573a..9ff2a390bbc00ca4b006dfeba08c015d1b49367b 100644
--- a/third_party/WebKit/Source/modules/vr/VREyeParameters.idl
+++ b/third_party/WebKit/Source/modules/vr/VREyeParameters.idl
@@ -4,7 +4,7 @@
// http://mozvr.github.io/webvr-spec/webvr.html#eyeparameters
[
- RuntimeEnabled=WebVR,
+ OriginTrialEnabled=WebVR,
] interface VREyeParameters {
/* These values will vary after a FOV has been set */
readonly attribute Float32Array offset;
« no previous file with comments | « third_party/WebKit/Source/modules/vr/VRDisplayEventInit.idl ('k') | third_party/WebKit/Source/modules/vr/VRFieldOfView.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698