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

Unified Diff: third_party/WebKit/Source/modules/vr/VRLayer.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/VRLayer.idl
diff --git a/third_party/WebKit/Source/modules/vr/VRLayer.idl b/third_party/WebKit/Source/modules/vr/VRLayer.idl
index 9e9a6a53cdbd1788b0963de27e5a249deed6c87f..50d34ecd708620f8743bd3d64d0710c39a6bf2cc 100644
--- a/third_party/WebKit/Source/modules/vr/VRLayer.idl
+++ b/third_party/WebKit/Source/modules/vr/VRLayer.idl
@@ -6,7 +6,7 @@ typedef HTMLCanvasElement VRSource;
// http://mozvr.github.io/webvr-spec/webvr.html#vrlayer
[
- RuntimeEnabled=WebVR
+ OriginTrialEnabled=WebVR
] dictionary VRLayer {
// The canvas to be presented to the VRDisplay
VRSource? source = null;
« no previous file with comments | « third_party/WebKit/Source/modules/vr/VRFrameData.idl ('k') | third_party/WebKit/Source/modules/vr/VRPose.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698