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

Unified Diff: pdf/pdfium/pdfium_engine.h

Issue 2941413002: PDF: Consistently pass FPDF handles by value. (Closed)
Patch Set: 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
« no previous file with comments | « pdf/pdfium/fuzzers/pdfium_fuzzer_helper.cc ('k') | pdf/pdfium/pdfium_engine.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/pdfium/pdfium_engine.h
diff --git a/pdf/pdfium/pdfium_engine.h b/pdf/pdfium/pdfium_engine.h
index 6620c77cb6bad9313550bdb79835ac494e61afdb..ca45b67622f0854247085be78ac7354aeb6d7a2b 100644
--- a/pdf/pdfium/pdfium_engine.h
+++ b/pdf/pdfium/pdfium_engine.h
@@ -312,9 +312,9 @@ class PDFiumEngine : public PDFEngine,
uint32_t page_range_count,
const PP_PrintSettings_Dev& print_settings);
- pp::Buffer_Dev GetFlattenedPrintData(const FPDF_DOCUMENT& doc);
+ pp::Buffer_Dev GetFlattenedPrintData(FPDF_DOCUMENT doc);
void FitContentsToPrintableAreaIfRequired(
- const FPDF_DOCUMENT& doc,
+ FPDF_DOCUMENT doc,
const PP_PrintSettings_Dev& print_settings);
void SaveSelectedFormForPrint();
« no previous file with comments | « pdf/pdfium/fuzzers/pdfium_fuzzer_helper.cc ('k') | pdf/pdfium/pdfium_engine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698