Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1348)

Unified Diff: src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h

Issue 5581011: Resource tracking done right. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: First. Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« src/shared/ppapi_proxy/ppb_core.srpc ('K') | « src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698