Index: content/renderer/pepper/pepper_plugin_instance_impl.h |
diff --git a/content/renderer/pepper/pepper_plugin_instance_impl.h b/content/renderer/pepper/pepper_plugin_instance_impl.h |
index 22202035132d8b0746e15e0646846f96aba12cfc..bebbfd7a9f1ae39de287aad200227f588e046c1d 100644 |
--- a/content/renderer/pepper/pepper_plugin_instance_impl.h |
+++ b/content/renderer/pepper/pepper_plugin_instance_impl.h |
@@ -252,6 +252,8 @@ class CONTENT_EXPORT PepperPluginInstanceImpl |
int PrintBegin(const blink::WebPrintParams& print_params); |
bool PrintPage(int page_number, blink::WebCanvas* canvas); |
void PrintEnd(); |
+ bool GetPrintPresetOptionsFromDocument( |
+ blink::WebPrintPresetOptions* preset_options); |
bool CanRotateView(); |
void RotateView(blink::WebPlugin::RotationType type); |