| Index: third_party/WebKit/Source/modules/gamepad/GamepadButton.idl
|
| diff --git a/third_party/WebKit/Source/modules/gamepad/GamepadButton.idl b/third_party/WebKit/Source/modules/gamepad/GamepadButton.idl
|
| index b23a41522b65fcf7f5b0af64974af89fdb1943d4..ce98e116ee9f176252e9ec4e79cebf5e4293ad56 100644
|
| --- a/third_party/WebKit/Source/modules/gamepad/GamepadButton.idl
|
| +++ b/third_party/WebKit/Source/modules/gamepad/GamepadButton.idl
|
| @@ -5,5 +5,6 @@
|
| [
|
| ] interface GamepadButton {
|
| readonly attribute boolean pressed;
|
| + [RuntimeEnabled=GamepadExtensions] readonly attribute boolean touched;
|
| readonly attribute double value;
|
| };
|
|
|