| 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 b10f791c9d7f8e4e2b05d8ed0ee80dd9b0087b32..681ecb7c2979890ab83043ea64678975fc985df0 100644
|
| --- a/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h
|
| +++ b/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h
|
| @@ -166,6 +166,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);
|
|
|