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

Unified Diff: samples/pdfium_test.cc

Issue 814903002: Fix breakage on window in previous version. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Still can't type right. Created 6 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/pdfium_test.cc
diff --git a/samples/pdfium_test.cc b/samples/pdfium_test.cc
index 61732d52b21f730d92584afffdb54f27d318acff..db09a1b9636eff2890541e60bf99e93a4c6e6640 100644
--- a/samples/pdfium_test.cc
+++ b/samples/pdfium_test.cc
@@ -455,7 +455,7 @@ void RenderPdf(const std::string& name, const char* pBuf, size_t len,
break;
case OUTPUT_EMF:
- WriteEmf(page.c_str(), name, i);
+ WriteEmf(page, name.c_str(), i);
break;
#endif
case OUTPUT_PPM:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698