| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index 1f47a1724614dc9c880b7f3243c77abb36144aca..86862aa3f4a1793673f0f6871144f96d8d2b068b 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -701,6 +701,10 @@ IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBFlash_GetLocalTimeZoneOffset,
|
| PP_Instance /* instance */,
|
| PP_Time /* t */,
|
| double /* offset */)
|
| +IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBFlash_IsRectTopmost,
|
| + PP_Instance /* instance */,
|
| + PP_Rect /* rect */,
|
| + PP_Bool /* result */)
|
|
|
| // PPB_Flash_Clipboard.
|
| IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBFlashClipboard_IsFormatAvailable,
|
|
|