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; |
}; |