| 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 81aa6b993e4c61d6c35d778fe99d13dab7ac8b0a..eb9c9e9b7091514e2b4aaa21971d973a8bdea9b2 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| @@ -253,6 +253,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);
|
|
|