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

Unified Diff: xfa/src/fwl/src/core/include/fwl_contentimp.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_appimp.h ('k') | xfa/src/fwl/src/core/include/fwl_formimp.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_contentimp.h
diff --git a/xfa/src/fwl/src/core/include/fwl_contentimp.h b/xfa/src/fwl/src/core/include/fwl_contentimp.h
index 0aaaf0e1b86edbd747adf3bc2676bf5b9b9b42a6..95a47a379633768d984f0b73fbee1124a7845e86 100644
--- a/xfa/src/fwl/src/core/include/fwl_contentimp.h
+++ b/xfa/src/fwl/src/core/include/fwl_contentimp.h
@@ -15,7 +15,7 @@ public:
CFWL_ContentImp();
CFWL_ContentImp(const CFWL_WidgetImpProperties &properties);
virtual ~CFWL_ContentImp();
- virtual FWL_ERR InsertWidget(IFWL_Widget *pChild, FX_INT32 nIndex = -1);
+ virtual FWL_ERR InsertWidget(IFWL_Widget *pChild, int32_t nIndex = -1);
virtual FWL_ERR RemoveWidget(IFWL_Widget *pWidget);
virtual FWL_ERR RemoveAllWidgets();
virtual FWL_ERR GetMinSize(FX_FLOAT &fWidth, FX_FLOAT &fHeight);
« no previous file with comments | « xfa/src/fwl/src/core/include/fwl_appimp.h ('k') | xfa/src/fwl/src/core/include/fwl_formimp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698