Chromium Code Reviews| Index: src/shared/ppapi_proxy/ppb_image_data.srpc |
| =================================================================== |
| --- src/shared/ppapi_proxy/ppb_image_data.srpc (revision 4034) |
| +++ src/shared/ppapi_proxy/ppb_image_data.srpc (working copy) |
| @@ -19,22 +19,22 @@ |
| ] |
| }, |
| {'name': 'PPB_ImageData_Create', |
| - 'inputs': [['module', 'int64_t'], |
| + 'inputs': [['module', 'PP_Module'], |
| ['format', 'int32_t'], |
| ['size', 'int32_t[]'], |
| ['init_to_zero', 'int32_t'], |
|
polina
2010/12/23 23:41:23
['init_to_zero', 'PP_Bool'],
|
| ], |
| - 'outputs': [['resource', 'int64_t'], |
| + 'outputs': [['resource', 'PP_Resource'], |
| ] |
| }, |
| {'name': 'PPB_ImageData_IsImageData', |
| - 'inputs': [['resource', 'int64_t'], |
| + 'inputs': [['resource', 'PP_Resource'], |
| ], |
| 'outputs': [['success', 'int32_t'], |
|
polina
2010/12/23 23:41:23
'outputs': [['is_imagedata', 'PP_Bool'],
|
| ] |
| }, |
| {'name': 'PPB_ImageData_Describe', |
| - 'inputs': [['resource', 'int64_t'], |
| + 'inputs': [['resource', 'PP_Resource'], |
| ], |
| 'outputs': [['desc', 'int32_t[]'], |
| ['success', 'int32_t'], |
|
polina
2010/12/23 23:41:23
['success', 'PP_Bool'],
|