| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index ca4ea367de6e99b22abbe27171c283cc3dcf4914..0ea28f9893e7fb2f168504bd8bc910d385cce362 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -1394,6 +1394,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,
|
|
|