Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(864)

Unified Diff: content/renderer/pepper/pepper_webplugin_impl.h

Issue 375253002: [Chrome] Support NumCopies print preset (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: PPP_Pdf changes Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/renderer/pepper/pepper_webplugin_impl.h
diff --git a/content/renderer/pepper/pepper_webplugin_impl.h b/content/renderer/pepper/pepper_webplugin_impl.h
index 291e5c1ff6f5f80ff6d7a1aa797ecbce8d3d1a77..64c69397b23d461454ebcbd15c402368ba0a811f 100644
--- a/content/renderer/pepper/pepper_webplugin_impl.h
+++ b/content/renderer/pepper/pepper_webplugin_impl.h
@@ -80,6 +80,8 @@ class PepperWebPluginImpl : public blink::WebPlugin {
virtual int printBegin(const blink::WebPrintParams& print_params) OVERRIDE;
virtual bool printPage(int page_number, blink::WebCanvas* canvas) OVERRIDE;
virtual void printEnd() OVERRIDE;
+ virtual bool getPrintPresetOptionsFromDocument(
+ blink::WebPrintPresetOptions& preset_options);
dmichael (off chromium) 2014/09/22 18:11:51 OVERRIDE? Or does that have to wait for the blink
Nikhil 2014/09/23 10:32:28 I think OVERRIDE isn't required. Please see linkAt
virtual bool canRotateView() OVERRIDE;
virtual void rotateView(RotationType type) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698