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

Unified Diff: third_party/WebKit/Source/modules/gamepad/Gamepad.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/Gamepad.idl
diff --git a/third_party/WebKit/Source/modules/gamepad/Gamepad.idl b/third_party/WebKit/Source/modules/gamepad/Gamepad.idl
index 1c6511d9e76be1e47b9d3a698bb65fe8e1750654..636a6dc5fb3c7e02dc41d148758c85677c8c9e35 100644
--- a/third_party/WebKit/Source/modules/gamepad/Gamepad.idl
+++ b/third_party/WebKit/Source/modules/gamepad/Gamepad.idl
@@ -39,9 +39,9 @@ interface Gamepad {
// https://github.com/w3c/gamepad/issues/28
readonly attribute double[] axes;
readonly attribute GamepadButton[] buttons;
- [RuntimeEnabled=GamepadExtensions] readonly attribute GamepadPose? pose;
- [RuntimeEnabled=GamepadExtensions] readonly attribute GamepadHand hand;
+ [OriginTrialEnabled=GamepadExtensions] readonly attribute GamepadPose? pose;
+ [OriginTrialEnabled=GamepadExtensions] readonly attribute GamepadHand hand;
// https://w3c.github.io/webvr/#interface-gamepad
- [RuntimeEnabled=GamepadExtensions] readonly attribute unsigned long displayId;
+ [OriginTrialEnabled=GamepadExtensions] readonly attribute unsigned long displayId;
};

Powered by Google App Engine
This is Rietveld 408576698