| Index: ppapi/api/ppb_gamepad.idl
|
| diff --git a/ppapi/api/ppb_gamepad.idl b/ppapi/api/ppb_gamepad.idl
|
| index 6403e345b08adc5e96170a059b01b1aca531b01e..c3d0652f723d99d2a4e382ace6e9a4d7daf84af4 100644
|
| --- a/ppapi/api/ppb_gamepad.idl
|
| +++ b/ppapi/api/ppb_gamepad.idl
|
| @@ -85,10 +85,10 @@ struct PP_GamepadsSampleData {
|
| * The <code>PPB_Gamepad</code> interface allows retrieving data from
|
| * gamepad/joystick devices that are connected to the system.
|
| */
|
| -[version=1.0, macro="PPB_GAMEPAD_INTERFACE", singleton_resource]
|
| +[version=1.0, macro="PPB_GAMEPAD_INTERFACE", singleton]
|
| interface PPB_Gamepad {
|
| /**
|
| - * Samples the current state of the connected gamepads.
|
| + * Samples the current state of the available gamepads.
|
| */
|
| void Sample(
|
| [in] PP_Instance instance,
|
|
|