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 2c7884e7d19ded4b7e2fed60be4f63fbb65532ec..ba0f3584bdfd897c7f2bf4c9622acd39f0305af4 100644 |
--- a/content/renderer/pepper/pepper_plugin_instance_impl.h |
+++ b/content/renderer/pepper/pepper_plugin_instance_impl.h |
@@ -248,6 +248,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); |