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

Unified Diff: pdf/pdf_engine.h

Issue 803733002: Roll PDFium (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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 | « pdf/pdf.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/pdf_engine.h
diff --git a/pdf/pdf_engine.h b/pdf/pdf_engine.h
index cb53d3ec93be54d32ac0614b2f8363dc9e46be52..b81494f02fa8c287ce169871e7844422d0f0cd8a 100644
--- a/pdf/pdf_engine.h
+++ b/pdf/pdf_engine.h
@@ -41,9 +41,8 @@ const uint32 kDefaultKeyModifier = PP_INPUTEVENT_MODIFIER_METAKEY;
const uint32 kDefaultKeyModifier = PP_INPUTEVENT_MODIFIER_CONTROLKEY;
#endif // OS_MACOSX
-// Do one time initialization of the SDK. data is platform specific, on Windows
-// it's the instance of the DLL and it's unused on other platforms.
-bool InitializeSDK(void* data);
+// Do one time initialization of the SDK.
+bool InitializeSDK();
// Tells the SDK that we're shutting down.
void ShutdownSDK();
« no previous file with comments | « pdf/pdf.cc ('k') | pdf/pdfium/pdfium_engine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698