| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index d4b84414d9fe3df212992420251869cd8e09ec9a..4366773c31cad639431c8094f8ef69e6d8a8eb56 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -653,6 +653,9 @@ IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBInstance_NumberOfFindResultsChanged,
|
| IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBInstance_SelectFindResultChanged,
|
| PP_Instance /* instance */,
|
| int32_t /* index */)
|
| +IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBInstance_SetTickmarks,
|
| + PP_Instance /* instance */,
|
| + std::vector<PP_Rect> /* tickmarks */)
|
|
|
| // PPP_Printing
|
| IPC_SYNC_MESSAGE_ROUTED1_1(PpapiMsg_PPPPrinting_QuerySupportedFormats,
|
|
|