diff options
Diffstat (limited to 'xfa/fwl/basewidget/fwl_caretimp.h')
-rw-r--r-- | xfa/fwl/basewidget/fwl_caretimp.h | 4 |
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; |