Index: ppapi/proxy/ppapi_messages.h |
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
index 57901c59f1b4a0a1e55fddfe58740e4ad66c7812..45e003f80b0cc7b7e00a9a60c91a0f488b43f735 100644 |
--- a/ppapi/proxy/ppapi_messages.h |
+++ b/ppapi/proxy/ppapi_messages.h |
@@ -699,14 +699,16 @@ IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBFlashClipboard_IsFormatAvailable, |
int /* clipboard_type */, |
int /* format */, |
bool /* result */) |
-IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBFlashClipboard_ReadPlainText, |
+IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBFlashClipboard_ReadData, |
PP_Instance /* instance */, |
int /* clipboard_type */, |
+ int /* format */, |
ppapi::proxy::SerializedVar /* result */) |
-IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBFlashClipboard_WritePlainText, |
+IPC_MESSAGE_ROUTED4(PpapiHostMsg_PPBFlashClipboard_WriteData, |
PP_Instance /* instance */, |
int /* clipboard_type */, |
- ppapi::proxy::SerializedVar /* text */) |
+ std::vector<ppapi::proxy::SerializedVar> /* formats */, |
+ std::vector<ppapi::proxy::SerializedVar> /* data */) |
// PPB_Flash_File_FileRef. |
IPC_SYNC_MESSAGE_ROUTED2_2(PpapiHostMsg_PPBFlashFile_FileRef_OpenFile, |