Index: ppapi/proxy/ppp_pdf_proxy.h |
diff --git a/ppapi/proxy/ppp_pdf_proxy.h b/ppapi/proxy/ppp_pdf_proxy.h |
index 992b224881139d8abc20870a9e60125bbe5f4455..2544c0f5230e32c91e757dfde16dfa83b66ef066 100644 |
--- a/ppapi/proxy/ppp_pdf_proxy.h |
+++ b/ppapi/proxy/ppp_pdf_proxy.h |
@@ -25,6 +25,9 @@ class PPP_Pdf_Proxy : public InterfaceProxy { |
private: |
// Message handlers. |
void OnPluginMsgRotate(PP_Instance instance, bool clockwise); |
+ void OnPluginMsgPrintPresetOptions(PP_Instance instance, |
+ PP_PdfPrintPresetOptions_Dev* options, |
+ PP_Bool* result); |
// When this proxy is in the plugin side, this value caches the interface |
// pointer so we don't have to retrieve it from the dispatcher each time. |