Chromium Code Reviews| Index: ppapi/proxy/ppapi_messages.h |
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
| index 087540ba2047093e2bcd772e0f58442bf94b26fd..5dd3761f9721439f254285da584f6cd58b4689c4 100644 |
| --- a/ppapi/proxy/ppapi_messages.h |
| +++ b/ppapi/proxy/ppapi_messages.h |
| @@ -1310,14 +1310,6 @@ IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBFlash_IsRectTopmost, |
| PP_Instance /* instance */, |
| PP_Rect /* rect */, |
| PP_Bool /* result */) |
| -IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBFlash_FlashSetFullscreen, |
| - PP_Instance /* instance */, |
| - PP_Bool /* fullscreen */, |
| - PP_Bool /* result */) |
| -IPC_SYNC_MESSAGE_ROUTED1_2(PpapiHostMsg_PPBFlash_FlashGetScreenSize, |
| - PP_Instance /* instance */, |
| - PP_Bool /* result */, |
| - PP_Size /* size */) |
| IPC_MESSAGE_ROUTED0(PpapiHostMsg_PPBFlash_UpdateActivity) |
| IPC_SYNC_MESSAGE_ROUTED3_2(PpapiHostMsg_PPBFlash_OpenFileRef, |
| PP_Instance /* instance */, |
| @@ -1635,6 +1627,11 @@ IPC_MESSAGE_CONTROL1(PpapiHostMsg_FlashFontFile_GetFontTable, |
| IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FlashFontFile_GetFontTableReply, |
| std::string /* output */) |
| +// Flash fullscreen. |
| +IPC_MESSAGE_CONTROL0(PpapiHostMsg_FlashFullscreen_Create) |
| +IPC_MESSAGE_CONTROL1(PpapiHostMsg_FlashFullscreen_SetFullscreen, |
| + PP_Bool /* fullscreen */) |
|
brettw
2012/11/29 19:10:46
I'd make this a "bool" instead. In the old proxy,
raymes
2012/11/29 20:07:36
Done.
|
| + |
| // FlashMenu ------------------------------------------------------------------ |
| // Creates the flash menu with the given data. |