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

Unified Diff: examples/pdf_viewer/pdf_viewer.cc

Issue 816543004: Update from https://crrev.com/308996 (Closed) Base URL: git@github.com:domokit/mojo.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
« no previous file with comments | « cc/trees/thread_proxy.cc ('k') | gin/arguments.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/pdf_viewer/pdf_viewer.cc
diff --git a/examples/pdf_viewer/pdf_viewer.cc b/examples/pdf_viewer/pdf_viewer.cc
index a08a9ef5d50ae6be264f0f04e7fa0e4b8572f74c..847cfaa54c9bfba2fd7d07fdb084233fe46bd659 100644
--- a/examples/pdf_viewer/pdf_viewer.cc
+++ b/examples/pdf_viewer/pdf_viewer.cc
@@ -215,7 +215,7 @@ class PDFViewer : public ApplicationDelegate,
public:
PDFViewer() : content_handler_factory_(this) {
v8::V8::InitializeICU();
- FPDF_InitLibrary(NULL);
+ FPDF_InitLibrary();
}
virtual ~PDFViewer() { FPDF_DestroyLibrary(); }
« no previous file with comments | « cc/trees/thread_proxy.cc ('k') | gin/arguments.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698