Index: ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h |
=================================================================== |
--- ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h (revision 113511) |
+++ ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h (working copy) |
@@ -515,11 +515,13 @@ |
static NaClSrpcError PPB_Graphics3DTrusted_InitCommandBuffer( |
NaClSrpcChannel* channel, |
PP_Resource resource_id, |
+ int32_t size, |
int32_t* success); |
- static NaClSrpcError PPB_Graphics3DTrusted_SetGetBuffer( |
+ static NaClSrpcError PPB_Graphics3DTrusted_GetRingBuffer( |
NaClSrpcChannel* channel, |
PP_Resource resource_id, |
- int32_t shm_id); |
+ NaClSrpcImcDescType* shm_desc, |
+ int32_t* shm_size); |
static NaClSrpcError PPB_Graphics3DTrusted_GetState( |
NaClSrpcChannel* channel, |
PP_Resource resource_id, |