| 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 aedb2dab25f1e20a455df7f0c748b096d6f8e59c..0f874e832b44311d176e195222145023bcf7abb8 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
|
| @@ -515,13 +515,11 @@ class PpbGraphics3DRpcClient {
|
| static NaClSrpcError PPB_Graphics3DTrusted_InitCommandBuffer(
|
| NaClSrpcChannel* channel,
|
| PP_Resource resource_id,
|
| - int32_t size,
|
| int32_t* success);
|
| - static NaClSrpcError PPB_Graphics3DTrusted_GetRingBuffer(
|
| + static NaClSrpcError PPB_Graphics3DTrusted_SetGetBuffer(
|
| NaClSrpcChannel* channel,
|
| PP_Resource resource_id,
|
| - NaClSrpcImcDescType* shm_desc,
|
| - int32_t* shm_size);
|
| + int32_t shm_id);
|
| static NaClSrpcError PPB_Graphics3DTrusted_GetState(
|
| NaClSrpcChannel* channel,
|
| PP_Resource resource_id,
|
|
|