| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index f35b3e83d28b61929b25c730603edb358840a983..a5a9cfb504b326db41fbc881b1bcd73cf34cb8fb 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -1530,3 +1530,9 @@ IPC_MESSAGE_CONTROL4(PpapiHostMsg_FileChooser_Show,
|
| std::vector<std::string> /* accept_mime_types */)
|
| IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FileChooser_ShowReply,
|
| std::vector<ppapi::PPB_FileRef_CreateInfo> /* files */)
|
| +
|
| +// Gamepad.
|
| +IPC_MESSAGE_CONTROL0(PpapiHostMsg_Gamepad_Create)
|
| +IPC_MESSAGE_CONTROL0(PpapiHostMsg_Gamepad_RequestMemory)
|
| +IPC_MESSAGE_CONTROL1(PpapiPluginMsg_Gamepad_SendMemory,
|
| + base::SharedMemoryHandle /* handle */)
|
|
|