| Index: ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h
|
| ===================================================================
|
| --- ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h (revision 113254)
|
| +++ ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h (working copy)
|
| @@ -590,12 +590,14 @@
|
| NaClSrpcRpc* rpc,
|
| NaClSrpcClosure* done,
|
| PP_Resource resource_id,
|
| + int32_t size,
|
| int32_t* success);
|
| - static void PPB_Graphics3DTrusted_SetGetBuffer(
|
| + static void PPB_Graphics3DTrusted_GetRingBuffer(
|
| NaClSrpcRpc* rpc,
|
| NaClSrpcClosure* done,
|
| PP_Resource resource_id,
|
| - int32_t shm_id);
|
| + NaClSrpcImcDescType* shm_desc,
|
| + int32_t* shm_size);
|
| static void PPB_Graphics3DTrusted_GetState(
|
| NaClSrpcRpc* rpc,
|
| NaClSrpcClosure* done,
|
|
|