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

Unified Diff: samples/pdfium_test.cc

Issue 801913002: Simplify PDFium by removing code that's not used in the open source repo. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: 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
« fpdfsdk/src/fpdfoom.cpp ('K') | « pdfium.gyp ('k') | 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 3a6cdfa69e4ce15254fc4434a2e07c5ff51f533e..9cdc4a76eb2012655751d6f95f57bacb1ed46c5f 100644
--- a/samples/pdfium_test.cc
+++ b/samples/pdfium_test.cc
@@ -378,7 +378,7 @@ int main(int argc, const char* argv[]) {
return 1;
}
- FPDF_InitLibrary(NULL);
+ FPDF_InitLibrary();
Tom Sepez 2014/12/12 22:36:12 OK for now, but interestingly, we're probably goin
jam 2014/12/12 22:55:56 i'm curious, why do that instead of initializing v
UNSUPPORT_INFO unsuppored_info;
memset(&unsuppored_info, '\0', sizeof(unsuppored_info));
« fpdfsdk/src/fpdfoom.cpp ('K') | « pdfium.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698