| Index: pdf/instance.h
|
| diff --git a/pdf/instance.h b/pdf/instance.h
|
| index 2218c0d17675ac4d7ff75c9582353d6295e2f424..731acd23872b12561db418276c5e07e0389d81c4 100644
|
| --- a/pdf/instance.h
|
| +++ b/pdf/instance.h
|
| @@ -22,6 +22,7 @@
|
| #include "pdf/thumbnail_control.h"
|
|
|
| #include "ppapi/c/private/ppb_pdf.h"
|
| +#include "ppapi/c/private/ppp_pdf.h"
|
| #include "ppapi/cpp/dev/printing_dev.h"
|
| #include "ppapi/cpp/dev/scriptable_object_deprecated.h"
|
| #include "ppapi/cpp/dev/scrollbar_dev.h"
|
| @@ -90,6 +91,8 @@ class Instance : public pp::InstancePrivate,
|
|
|
| // pp::Private implementation.
|
| virtual pp::Var GetLinkAtPosition(const pp::Point& point);
|
| + virtual void GetPrintPresetOptionsFromDocument(
|
| + PP_PdfPrintPresetOptions_Dev* options);
|
|
|
| // PPP_Selection_Dev implementation.
|
| virtual pp::Var GetSelectedText(bool html) OVERRIDE;
|
|
|