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

Unified Diff: xfa/src/fwl/src/core/include/fwl_threadimp.h

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_noteimp.h ('k') | xfa/src/fwl/src/core/include/fwl_widgetimp.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fwl/src/core/include/fwl_threadimp.h
diff --git a/xfa/src/fwl/src/core/include/fwl_threadimp.h b/xfa/src/fwl/src/core/include/fwl_threadimp.h
index e03e6c6e1522c8be383bcae343f004adca314b4a..26acc54006c3ed6e96feeeabd135c58336d8fcc4 100644
--- a/xfa/src/fwl/src/core/include/fwl_threadimp.h
+++ b/xfa/src/fwl/src/core/include/fwl_threadimp.h
@@ -48,6 +48,6 @@ protected:
FWL_HTHREAD m_hThread;
static CFWL_ControlThread * _assistantThreadHandler;
static FWL_HTHREAD _assistantThread;
- static FX_INT32 _refCount;
+ static int32_t _refCount;
};
#endif
« no previous file with comments | « xfa/src/fwl/src/core/include/fwl_noteimp.h ('k') | xfa/src/fwl/src/core/include/fwl_widgetimp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698