Index: ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h |
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h b/ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h |
index 288455f2e19923a346dd06d7458f9624f03d959a..e0e496a29ebfaf14bf5d88294e68d00d9feba610 100644 |
--- a/ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h |
+++ b/ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h |
@@ -1259,7 +1259,8 @@ class PpbWebSocketRpcClient { |
NaClSrpcChannel* channel, |
PP_Resource ws, |
int32_t callback_id, |
- int32_t* pp_error); |
+ int32_t* pp_error, |
+ nacl_abi_size_t* sync_read_buffer_bytes, char* sync_read_buffer); |
static NaClSrpcError PPB_WebSocket_SendMessage( |
NaClSrpcChannel* channel, |
PP_Resource ws, |