| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index 04b812d22ffc6fe8947dcfab2a40d224976c6c12..bd1dbec744afa04604f5aec5a1a04f669cd788c8 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -314,10 +314,11 @@ IPC_MESSAGE_ROUTED4(PpapiMsg_PPBTCPSocket_WriteACK,
|
| int32_t /* bytes_written */)
|
|
|
| // PPB_UDPSocket_Private
|
| -IPC_MESSAGE_ROUTED3(PpapiMsg_PPBUDPSocket_BindACK,
|
| +IPC_MESSAGE_ROUTED4(PpapiMsg_PPBUDPSocket_BindACK,
|
| uint32 /* plugin_dispatcher_id */,
|
| uint32 /* socket_id */,
|
| - bool /* succeeded */)
|
| + bool /* succeeded */,
|
| + PP_NetAddress_Private /* bound_addr */)
|
| IPC_MESSAGE_ROUTED5(PpapiMsg_PPBUDPSocket_RecvFromACK,
|
| uint32 /* plugin_dispatcher_id */,
|
| uint32 /* socket_id */,
|
|
|