| Index: src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h
|
| diff --git a/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h b/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h
|
| index e98f7a2b98668bec1170465befc125108d030d93..16b73c3eeb213dcf2f88e22fbe776e3883fb64ed 100644
|
| --- a/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h
|
| +++ b/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h
|
| @@ -92,6 +92,10 @@ class PpbCoreRpcClient {
|
| static NaClSrpcError PPB_Core_ReleaseResource(
|
| NaClSrpcChannel* channel,
|
| int64_t resource);
|
| + static NaClSrpcError ReleaseResourceMultipleTimes(
|
| + NaClSrpcChannel* channel,
|
| + int64_t resource,
|
| + int32_t count);
|
| static NaClSrpcError PPB_Core_GetTime(
|
| NaClSrpcChannel* channel,
|
| double* time);
|
|
|