| 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 aa2f7d09fb5fd0c463e0c3a0154a2adb66e74e56..1eee263c4047d5c37ff00bbb241d397f241402d8 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,
|
|
|