Chromium Code Reviews| Index: ppapi/api/ppb_gamepad.idl |
| diff --git a/ppapi/api/ppb_gamepad.idl b/ppapi/api/ppb_gamepad.idl |
| index 6403e345b08adc5e96170a059b01b1aca531b01e..b6bd3f4b3ea4e1ebb0a8cf9bbf1e18e3ead6a050 100644 |
| --- a/ppapi/api/ppb_gamepad.idl |
| +++ b/ppapi/api/ppb_gamepad.idl |
| @@ -90,6 +90,7 @@ interface PPB_Gamepad { |
| /** |
| * Samples the current state of the connected gamepads. |
| */ |
| + [always_set_output_parameters] |
| void Sample( |
| [in] PP_Instance instance, |
| [out] PP_GamepadsSampleData data); |