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

Unified Diff: xfa/src/fwl/src/lightwidget/app.cpp

Issue 1172793002: Merge to XFA: Use stdint.h types throughout PDFium. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 5 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 | « xfa/src/fwl/src/core/include/fwl_widgetmgrimp.h ('k') | xfa/src/fwl/src/lightwidget/checkbox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fwl/src/lightwidget/app.cpp
diff --git a/xfa/src/fwl/src/lightwidget/app.cpp b/xfa/src/fwl/src/lightwidget/app.cpp
index e89b6c86de7c7f55858cbd9f6ba4b70dc5cf8f96..54327c8cbcaa382abfb7f5ad865865b321c36854 100644
--- a/xfa/src/fwl/src/lightwidget/app.cpp
+++ b/xfa/src/fwl/src/lightwidget/app.cpp
@@ -31,7 +31,7 @@ CFWL_Theme* CFWL_App::GetTheme()
{
return m_pThemeProvider;
}
-FWL_ERR CFWL_App::Exit(FX_INT32 iExitCode )
+FWL_ERR CFWL_App::Exit(int32_t iExitCode )
{
_FWL_RETURN_VALUE_IF_FAIL(m_pAppImp, FWL_ERR_Indefinite);
return m_pAppImp->Exit(iExitCode);
« no previous file with comments | « xfa/src/fwl/src/core/include/fwl_widgetmgrimp.h ('k') | xfa/src/fwl/src/lightwidget/checkbox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698