| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index 8514870ba89d999fee9bff35cd1b9ec5e15a60cb..8302ab6d41b9e10e8aa10664ef5fc1167dcaacb7 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -652,6 +652,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,
|
|
|