| Index: xfa/fwl/core/ifwl_timer.h
|
| diff --git a/xfa/fwl/core/ifwl_timer.h b/xfa/fwl/core/ifwl_timer.h
|
| index 42fc84be170cec2836686a90db016381fb814c4c..5f113bc021ed4a7d9eb967925bd2b24a602303b0 100644
|
| --- a/xfa/fwl/core/ifwl_timer.h
|
| +++ b/xfa/fwl/core/ifwl_timer.h
|
| @@ -17,7 +17,7 @@ class IFWL_Timer {
|
| virtual int32_t Run(FWL_HTIMER hTimer) = 0;
|
| };
|
| FWL_HTIMER FWL_StartTimer(IFWL_Timer* pTimer,
|
| - FX_DWORD dwElapse,
|
| + uint32_t dwElapse,
|
| FX_BOOL bImmediately = TRUE);
|
| int32_t FWL_StopTimer(FWL_HTIMER hTimer);
|
|
|
|
|