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

Unified Diff: xfa/src/fwl/src/basewidget/include/fwl_caretimp.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
Index: xfa/src/fwl/src/basewidget/include/fwl_caretimp.h
diff --git a/xfa/src/fwl/src/basewidget/include/fwl_caretimp.h b/xfa/src/fwl/src/basewidget/include/fwl_caretimp.h
index 673c720841696dce105eea37013de19524c8c157..f4d090acb42514e7b56dc0bfdce741af7e24e3bc 100644
--- a/xfa/src/fwl/src/basewidget/include/fwl_caretimp.h
+++ b/xfa/src/fwl/src/basewidget/include/fwl_caretimp.h
@@ -37,7 +37,7 @@ protected:
{
public:
CFWL_CaretTimer(CFWL_CaretImp *m_pCaret);
- virtual FX_INT32 Run(FWL_HTIMER hTimer);
+ virtual int32_t Run(FWL_HTIMER hTimer);
CFWL_CaretImp *m_pCaret;
};
@@ -54,7 +54,7 @@ class CFWL_CaretImpDelegate : public CFWL_WidgetImpDelegate
{
public:
CFWL_CaretImpDelegate(CFWL_CaretImp *pOwner);
- virtual FX_INT32 OnProcessMessage(CFWL_Message *pMessage);
+ virtual int32_t OnProcessMessage(CFWL_Message *pMessage);
virtual FWL_ERR OnDrawWidget(CFX_Graphics *pGraphics, const CFX_Matrix *pMatrix = NULL);
protected:
« no previous file with comments | « xfa/src/fwl/src/basewidget/fxmath_barcodeimp.cpp ('k') | xfa/src/fwl/src/basewidget/include/fwl_checkboximp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698