summaryrefslogtreecommitdiff
path: root/xfa/fwl/basewidget/fwl_caretimp.h
diff options
context:
space:
mode:
authortsepez <tsepez@chromium.org>2016-06-06 13:23:55 -0700
committerCommit bot <commit-bot@chromium.org>2016-06-06 13:23:55 -0700
commit6f4f2335cfd22d26db154fbd51ab553fb9902918 (patch)
tree175379ace9283314d32cf270fcdeba0c1c55cfbe /xfa/fwl/basewidget/fwl_caretimp.h
parent25dc95a3cb9099550fa4d9d4f1c74b0f996fbc41 (diff)
downloadpdfium-6f4f2335cfd22d26db154fbd51ab553fb9902918.tar.xz
Remove FWL_HTIMER in favor of IWFL_TimerInfo
Review-Url: https://codereview.chromium.org/2037573003
Diffstat (limited to 'xfa/fwl/basewidget/fwl_caretimp.h')
-rw-r--r--xfa/fwl/basewidget/fwl_caretimp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xfa/fwl/basewidget/fwl_caretimp.h b/xfa/fwl/basewidget/fwl_caretimp.h
index b1ebcfa184..e7484e6edc 100644
--- a/xfa/fwl/basewidget/fwl_caretimp.h
+++ b/xfa/fwl/basewidget/fwl_caretimp.h
@@ -43,7 +43,7 @@ class CFWL_CaretImp : public CFWL_WidgetImp {
public:
explicit CFWL_CaretTimer(CFWL_CaretImp* pCaret);
~CFWL_CaretTimer() override {}
- int32_t Run(FWL_HTIMER hTimer) override;
+ void Run(IFWL_TimerInfo* hTimer) override;
CFWL_CaretImp* const m_pCaret;
};
@@ -52,7 +52,7 @@ class CFWL_CaretImp : public CFWL_WidgetImp {
const CFX_Matrix* pMatrix);
CFWL_CaretTimer* m_pTimer;
- FWL_HTIMER m_hTimer;
+ IFWL_TimerInfo* m_pTimerInfo;
uint32_t m_dwElapse;
CFX_Color m_crFill;
FX_BOOL m_bSetColor;