| 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 fd3f23d5e95f6d2dc33ba163bcc9b8bd80788355..1c6511d9e76be1e47b9d3a698bb65fe8e1750654 100644
|
| --- a/third_party/WebKit/Source/modules/gamepad/Gamepad.idl
|
| +++ b/third_party/WebKit/Source/modules/gamepad/Gamepad.idl
|
| @@ -36,6 +36,7 @@ interface Gamepad {
|
| readonly attribute boolean connected;
|
| readonly attribute unsigned long long timestamp;
|
| readonly attribute DOMString mapping;
|
| + // https://github.com/w3c/gamepad/issues/28
|
| readonly attribute double[] axes;
|
| readonly attribute GamepadButton[] buttons;
|
| [RuntimeEnabled=GamepadExtensions] readonly attribute GamepadPose? pose;
|
|
|