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

Unified Diff: pdf/pdf_engine.h

Issue 2970473002: Add generic text printing (Closed)
Patch Set: Clean up Created 3 years, 6 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 ac18b5eb7bd0c1c62453561b461abfdd198f9279..36d0d9fb5669dc15c06d1bde058e945fb005741f 100644
--- a/pdf/pdf_engine.h
+++ b/pdf/pdf_engine.h
@@ -347,7 +347,7 @@ class PDFEngineExports {
PDFEnsureTypefaceCharactersAccessible func) = 0;
virtual void SetPDFUseGDIPrinting(bool enable) = 0;
-
+ virtual void SetPDFUseTextOnlyPrinting(bool enable) = 0;
virtual void SetPDFPostscriptPrintingLevel(int postscript_level) = 0;
#endif // defined(OS_WIN)

Powered by Google App Engine
This is Rietveld 408576698