| Index: xfa/src/fxfa/src/app/xfa_ffpushbutton.cpp
|
| diff --git a/xfa/src/fxfa/src/app/xfa_ffpushbutton.cpp b/xfa/src/fxfa/src/app/xfa_ffpushbutton.cpp
|
| index 125cb4f5b70702a46459ab314d219aec4eeabaa7..4ea2ac48ec7c83127084d1cc34d5e3a2afee713e 100644
|
| --- a/xfa/src/fxfa/src/app/xfa_ffpushbutton.cpp
|
| +++ b/xfa/src/fxfa/src/app/xfa_ffpushbutton.cpp
|
| @@ -26,7 +26,7 @@ CXFA_FFPushButton::~CXFA_FFPushButton()
|
| {
|
| CXFA_FFPushButton::UnloadWidget();
|
| }
|
| -void CXFA_FFPushButton::RenderWidget(CFX_Graphics* pGS, CFX_Matrix* pMatrix , FX_DWORD dwStatus , FX_INT32 iRotate )
|
| +void CXFA_FFPushButton::RenderWidget(CFX_Graphics* pGS, CFX_Matrix* pMatrix , FX_DWORD dwStatus , int32_t iRotate )
|
| {
|
| if (!IsMatchVisibleStatus(dwStatus)) {
|
| return;
|
| @@ -208,7 +208,7 @@ void CXFA_FFPushButton::RenderHighlightCaption(CFX_Graphics* pGS, CFX_Matrix* pM
|
| }
|
| }
|
| }
|
| -FX_INT32 CXFA_FFPushButton::OnProcessMessage(CFWL_Message *pMessage)
|
| +int32_t CXFA_FFPushButton::OnProcessMessage(CFWL_Message *pMessage)
|
| {
|
| return m_pOldDelegate->OnProcessMessage(pMessage);
|
| }
|
|
|