| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index 8d9abe6f553442dafcdb8d65537ac9db9103d374..15469a2e9b7a256de00f5ec7df99b53023fda45d 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -877,21 +877,21 @@ IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBGraphics3D_InsertSyncPoint,
|
| uint32 /* sync_point */)
|
|
|
| // PPB_ImageData.
|
| -IPC_SYNC_MESSAGE_ROUTED4_3(PpapiHostMsg_PPBImageData_Create,
|
| +IPC_SYNC_MESSAGE_ROUTED4_3(PpapiHostMsg_PPBImageData_CreatePlatform,
|
| PP_Instance /* instance */,
|
| int32 /* format */,
|
| PP_Size /* size */,
|
| PP_Bool /* init_to_zero */,
|
| ppapi::HostResource /* result_resource */,
|
| - std::string /* image_data_desc */,
|
| + PP_ImageDataDesc /* image_data_desc */,
|
| ppapi::proxy::ImageHandle /* result */)
|
| -IPC_SYNC_MESSAGE_ROUTED4_3(PpapiHostMsg_PPBImageData_CreateNaCl,
|
| +IPC_SYNC_MESSAGE_ROUTED4_3(PpapiHostMsg_PPBImageData_CreateSimple,
|
| PP_Instance /* instance */,
|
| int32 /* format */,
|
| PP_Size /* size */,
|
| PP_Bool /* init_to_zero */,
|
| ppapi::HostResource /* result_resource */,
|
| - std::string /* image_data_desc */,
|
| + PP_ImageDataDesc /* image_data_desc */,
|
| ppapi::proxy::SerializedHandle /* result */)
|
|
|
| // PPB_Instance.
|
|
|