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

Unified Diff: third_party/WebKit/Source/modules/gamepad/GamepadPose.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/gamepad/GamepadPose.idl
diff --git a/third_party/WebKit/Source/modules/gamepad/GamepadPose.idl b/third_party/WebKit/Source/modules/gamepad/GamepadPose.idl
index 94bb8c4cb2ea8ca8e564c39eba04b45b08168294..437a6e325ef4a296aa9f74ba3596e0f36c3b9a59 100644
--- a/third_party/WebKit/Source/modules/gamepad/GamepadPose.idl
+++ b/third_party/WebKit/Source/modules/gamepad/GamepadPose.idl
@@ -4,7 +4,7 @@
// https://w3c.github.io/gamepad/extensions.html#gamepadpose-interface
[
- RuntimeEnabled=GamepadExtensions,
+ OriginTrialEnabled=GamepadExtensions,
] interface GamepadPose {
readonly attribute boolean hasOrientation;
readonly attribute boolean hasPosition;
« no previous file with comments | « third_party/WebKit/Source/modules/gamepad/GamepadButton.idl ('k') | third_party/WebKit/Source/modules/vr/NavigatorVR.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698