Chromium Code Reviews| 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..8882fea749b9312e4fe35e9be795794c0917f3ff 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 GetNumCopies(); |
|
Vitaly Buka (NO REVIEWS)
2014/07/10 01:13:05
GetCopiesToPrint()
Nikhil
2014/07/16 13:52:55
Done.
|
| int PrintBegin(const blink::WebPrintParams& print_params); |
| bool PrintPage(int page_number, blink::WebCanvas* canvas); |
| void PrintEnd(); |