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

Unified Diff: pdf/pdfium/fuzzers/pdfium_fuzzer_helper.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 | « no previous file | pdf/pdfium/fuzzers/pdfium_fuzzer_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/pdfium/fuzzers/pdfium_fuzzer_helper.h
diff --git a/pdf/pdfium/fuzzers/pdfium_fuzzer_helper.h b/pdf/pdfium/fuzzers/pdfium_fuzzer_helper.h
index 7c4f3a3d7df777ea232513faa35b394561373d70..c46c7ff67fac7cba6d6976cee7de2321a41c94a6 100644
--- a/pdf/pdfium/fuzzers/pdfium_fuzzer_helper.h
+++ b/pdf/pdfium/fuzzers/pdfium_fuzzer_helper.h
@@ -22,7 +22,7 @@ class PDFiumFuzzerHelper {
PDFiumFuzzerHelper();
private:
- bool RenderPage(const FPDF_DOCUMENT& doc,
- const FPDF_FORMHANDLE& form,
+ bool RenderPage(FPDF_DOCUMENT doc,
+ FPDF_FORMHANDLE form,
const int page_index);
};
« no previous file with comments | « no previous file | pdf/pdfium/fuzzers/pdfium_fuzzer_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698