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

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

Issue 2390483002: Drop [RuntimeEnabled] for all IDL dictionaries (Closed)
Patch Set: rebase 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
« no previous file with comments | « third_party/WebKit/Source/modules/vr/VRDisplayEventInit.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 50d34ecd708620f8743bd3d64d0710c39a6bf2cc..449f2e44137d151ba531470d1e9d90db2df135ea 100644
--- a/third_party/WebKit/Source/modules/vr/VRLayer.idl
+++ b/third_party/WebKit/Source/modules/vr/VRLayer.idl
@@ -5,9 +5,8 @@
typedef HTMLCanvasElement VRSource;
// http://mozvr.github.io/webvr-spec/webvr.html#vrlayer
-[
- OriginTrialEnabled=WebVR
-] dictionary VRLayer {
+
+dictionary VRLayer {
// The canvas to be presented to the VRDisplay
VRSource? source = null;
« no previous file with comments | « third_party/WebKit/Source/modules/vr/VRDisplayEventInit.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698