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

Unified Diff: xfa/src/fwl/src/core/fwl_appimp.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/basewidget/include/fxmath_barcodeimp.h ('k') | xfa/src/fwl/src/core/fwl_contentimp.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fwl/src/core/fwl_appimp.cpp
diff --git a/xfa/src/fwl/src/core/fwl_appimp.cpp b/xfa/src/fwl/src/core/fwl_appimp.cpp
index e70d3f6a0916aafc17e6460010eac46d688ad8c7..33d2fff8864d9d9eb0b53acd5cede70bdb790015 100644
--- a/xfa/src/fwl/src/core/fwl_appimp.cpp
+++ b/xfa/src/fwl/src/core/fwl_appimp.cpp
@@ -70,7 +70,7 @@ FWL_ERR CFWL_AppImp::SetThemeProvider(IFWL_ThemeProvider* pThemeProvider)
m_pThemeProvider = pThemeProvider;
return FWL_ERR_Succeeded;
}
-FWL_ERR CFWL_AppImp::Exit(FX_INT32 iExitCode )
+FWL_ERR CFWL_AppImp::Exit(int32_t iExitCode )
{
while (m_pNoteDriver->PopNoteLoop());
return m_pWidgetMgr->GetAdapterWidgetMgr()->Exit(0);
« no previous file with comments | « xfa/src/fwl/src/basewidget/include/fxmath_barcodeimp.h ('k') | xfa/src/fwl/src/core/fwl_contentimp.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698