| Index: ppapi/proxy/ppapi_messages_internal.h
|
| diff --git a/ppapi/proxy/ppapi_messages_internal.h b/ppapi/proxy/ppapi_messages_internal.h
|
| index 7ad45518a98ebdc5fc3b8ae7c714222336129668..129502a643b9889a8f333f20f042038f9a68b1a8 100644
|
| --- a/ppapi/proxy/ppapi_messages_internal.h
|
| +++ b/ppapi/proxy/ppapi_messages_internal.h
|
| @@ -456,6 +456,10 @@ IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBFullscreen_SetFullscreen,
|
| PP_Instance /* instance */,
|
| PP_Bool /* fullscreen */,
|
| PP_Bool /* result */)
|
| +IPC_SYNC_MESSAGE_ROUTED1_2(PpapiHostMsg_PPBFullscreen_GetScreenSize,
|
| + PP_Instance /* instance */,
|
| + PP_Bool /* result */,
|
| + PP_Size /* size */)
|
|
|
| // PPB_Graphics2D.
|
| IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBGraphics2D_Create,
|
|
|