| 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 ee66136bd4a0d76f24573849ca4ffe006c654f75..39730688b56fc13ae980101efb25b431585492ca 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| @@ -239,6 +239,7 @@ class CONTENT_EXPORT PepperPluginInstanceImpl
|
|
|
| bool SupportsPrintInterface();
|
| bool IsPrintScalingDisabled();
|
| + int GetCopiesToPrint();
|
| int PrintBegin(const blink::WebPrintParams& print_params);
|
| bool PrintPage(int page_number, blink::WebCanvas* canvas);
|
| void PrintEnd();
|
|
|