| Index: src/shared/ppapi_proxy/ppb_url_response_info.srpc
|
| ===================================================================
|
| --- src/shared/ppapi_proxy/ppb_url_response_info.srpc (revision 4040)
|
| +++ src/shared/ppapi_proxy/ppb_url_response_info.srpc (working copy)
|
| @@ -9,22 +9,22 @@
|
| 'name': 'PpbURLResponseInfoRpc',
|
| 'rpcs': [
|
| {'name': 'PPB_URLResponseInfo_IsURLResponseInfo',
|
| - 'inputs': [['resource', 'int64_t'], # PP_Resource
|
| + 'inputs': [['resource', 'PP_Resource'], # PP_Resource
|
| ],
|
| 'outputs': [['is_url_response_info', 'int32_t'], # PP_Bool
|
| ]
|
| },
|
| {'name': 'PPB_URLResponseInfo_GetProperty',
|
| - 'inputs': [['response', 'int64_t'], # PP_Resource
|
| + 'inputs': [['response', 'PP_Resource'], # PP_Resource
|
| ['property', 'int32_t'], # PP_URLResponseProperty
|
| ],
|
| 'outputs': [['value', 'char[]'], # PP_Var
|
| ]
|
| },
|
| {'name': 'PPB_URLResponseInfo_GetBodyAsFileRef',
|
| - 'inputs': [['response', 'int64_t'], # PP_Resource
|
| + 'inputs': [['response', 'PP_Resource'], # PP_Resource
|
| ],
|
| - 'outputs': [['file_ref', 'int64_t'], # PP_Resource
|
| + 'outputs': [['file_ref', 'PP_Resource'], # PP_Resource
|
| ]
|
| },
|
| ]
|
|
|