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

Unified Diff: pdf/pdf_engine.h

Issue 2633573002: Add Postscript Printing (Closed)
Patch Set: Fix Linux compile error Created 3 years, 11 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: pdf/pdf_engine.h
diff --git a/pdf/pdf_engine.h b/pdf/pdf_engine.h
index 54e9f2f8ca01be8d80092349d49edc03c63a0d19..2688f25a4943cae92f2449331ab0d8df8d99809e 100644
--- a/pdf/pdf_engine.h
+++ b/pdf/pdf_engine.h
@@ -341,6 +341,8 @@ class PDFEngineExports {
PDFEnsureTypefaceCharactersAccessible func) = 0;
virtual void SetPDFUseGDIPrinting(bool enable) = 0;
+
+ virtual void SetPDFPostscriptPrintingLevel(int postscript_level) = 0;
#endif // defined(OS_WIN)
// See the definition of RenderPDFPageToBitmap in pdf.cc for details.

Powered by Google App Engine
This is Rietveld 408576698