| Index: ppapi/proxy/ppb_image_data_proxy.h
|
| diff --git a/ppapi/proxy/ppb_image_data_proxy.h b/ppapi/proxy/ppb_image_data_proxy.h
|
| index 046c1ce2a0afc0562573c6470faca80066ebf8bb..3c44ddac0c5b99614af75dd7488b35ecd3dfbc1d 100644
|
| --- a/ppapi/proxy/ppb_image_data_proxy.h
|
| +++ b/ppapi/proxy/ppb_image_data_proxy.h
|
| @@ -124,7 +124,7 @@ class PPB_ImageData_Proxy : public InterfaceProxy {
|
| PP_Bool init_to_zero,
|
| HostResource* result,
|
| std::string* image_data_desc,
|
| - base::SharedMemoryHandle* result_image_handle);
|
| + ppapi::proxy::SerializedHandle* result_image_handle);
|
|
|
| // Host->Plugin message handlers.
|
| void OnPluginMsgNotifyUnusedImageData(const HostResource& old_image_data);
|
|
|