| Index: content/browser/renderer_host/pepper/pepper_gamepad_host.cc
|
| ===================================================================
|
| --- content/browser/renderer_host/pepper/pepper_gamepad_host.cc (revision 270145)
|
| +++ content/browser/renderer_host/pepper/pepper_gamepad_host.cc (working copy)
|
| @@ -43,10 +43,10 @@
|
| int32_t PepperGamepadHost::OnResourceMessageReceived(
|
| const IPC::Message& msg,
|
| ppapi::host::HostMessageContext* context) {
|
| - IPC_BEGIN_MESSAGE_MAP(PepperGamepadHost, msg)
|
| - PPAPI_DISPATCH_HOST_RESOURCE_CALL_0(PpapiHostMsg_Gamepad_RequestMemory,
|
| - OnRequestMemory)
|
| - IPC_END_MESSAGE_MAP()
|
| + PPAPI_BEGIN_MESSAGE_MAP(PepperGamepadHost, msg)
|
| + PPAPI_DISPATCH_HOST_RESOURCE_CALL_0(PpapiHostMsg_Gamepad_RequestMemory,
|
| + OnRequestMemory)
|
| + PPAPI_END_MESSAGE_MAP()
|
| return PP_ERROR_FAILED;
|
| }
|
|
|
|
|