| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index b2fa2af4b7867a044367cb781c08fe0e7b1325a6..83b9694291a9ade9b787d552be5b7290d6060e05 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -1404,6 +1404,16 @@ IPC_MESSAGE_CONTROL2(PpapiHostMsg_Graphics2D_ReadImageData,
|
| PP_Point /* top_left */)
|
| IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Graphics2D_ReadImageDataAck)
|
|
|
| +// IOStreamResource -----------------------------------------------------------
|
| +IPC_MESSAGE_CONTROL1(PpapiHostMsg_IOStream_Init,
|
| + uint32_t /* size */)
|
| +IPC_MESSAGE_CONTROL1(PpapiPluginMsg_IOStream_Init,
|
| + uint32_t /* size */)
|
| +IPC_MESSAGE_CONTROL1(PpapiHostMsg_IOStream_MoveLimit,
|
| + uint32_t /* offset */)
|
| +IPC_MESSAGE_CONTROL1(PpapiPluginMsg_IOStream_MoveLimit,
|
| + uint32_t /* offset */)
|
| +
|
| // IsolatedFileSystem
|
| IPC_MESSAGE_CONTROL0(PpapiHostMsg_IsolatedFileSystem_Create)
|
| IPC_MESSAGE_CONTROL1(PpapiHostMsg_IsolatedFileSystem_BrowserOpen,
|
|
|