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

Unified Diff: third_party/WebKit/Source/modules/vr/VRDisplayEventInit.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
Index: third_party/WebKit/Source/modules/vr/VRDisplayEventInit.idl
diff --git a/third_party/WebKit/Source/modules/vr/VRDisplayEventInit.idl b/third_party/WebKit/Source/modules/vr/VRDisplayEventInit.idl
index cc3fae48e91d59c6674abd28e12f79647ee18dea..2b8695a91cf3d903e504184b2a6b2e403c9ea03e 100644
--- a/third_party/WebKit/Source/modules/vr/VRDisplayEventInit.idl
+++ b/third_party/WebKit/Source/modules/vr/VRDisplayEventInit.idl
@@ -3,9 +3,8 @@
// found in the LICENSE file.
// https://w3c.github.io/webvr/#interface-vrdisplayeventinit
-[
- OriginTrialEnabled=WebVR
-] dictionary VRDisplayEventInit : EventInit {
+
+dictionary VRDisplayEventInit : EventInit {
// TODO(foolip): |display| should be required and not nullable.
// https://crbug.com/647693
// https://github.com/w3c/webvr/issues/83
« no previous file with comments | « third_party/WebKit/Source/modules/payments/PaymentShippingOption.idl ('k') | third_party/WebKit/Source/modules/vr/VRLayer.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698