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

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

Issue 2385123005: Enable WebVR origin trial experiments. (Closed)
Patch Set: Update 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 fc18c24df54e4c66a5bffcafbdabd90837794841..6ab5dfb349394e3e80d5da4ecf924db0a6afea70 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;

Powered by Google App Engine
This is Rietveld 408576698