| Index: src/shared/ppapi_proxy/ppb_core.srpc
|
| diff --git a/src/shared/ppapi_proxy/ppb_core.srpc b/src/shared/ppapi_proxy/ppb_core.srpc
|
| index a8ff9e3ec0722f4528172e587973b6c98be34c64..f994a4fe5f6881a9c31872900efb2f451b859be4 100755
|
| --- a/src/shared/ppapi_proxy/ppb_core.srpc
|
| +++ b/src/shared/ppapi_proxy/ppb_core.srpc
|
| @@ -19,6 +19,15 @@
|
| ],
|
| 'outputs': []
|
| },
|
| + # Implements calls to decrement more than one reference count on a
|
| + # resource. This does not exist in PPB_Core, we implement it as an
|
| + # optimization.
|
| + {'name': 'ReleaseResourceMultipleTimes',
|
| + 'inputs': [['resource', 'int64_t'],
|
| + ['count', 'int32_t']
|
| + ],
|
| + 'outputs': []
|
| + },
|
| # MemAlloc and MemFree do not require RPCs to the browser.
|
| # Implements calls to get the time.
|
| {'name': 'PPB_Core_GetTime',
|
|
|