| Index: xfa/src/fxfa/src/app/xfa_ffpushbutton.h
|
| diff --git a/xfa/src/fxfa/src/app/xfa_ffpushbutton.h b/xfa/src/fxfa/src/app/xfa_ffpushbutton.h
|
| index 07503292f58ceeb04e1436827892a5eccdb17150..e82b8904b8b708a2e8a63ae89fcff757ac76fcec 100644
|
| --- a/xfa/src/fxfa/src/app/xfa_ffpushbutton.h
|
| +++ b/xfa/src/fxfa/src/app/xfa_ffpushbutton.h
|
| @@ -15,12 +15,12 @@ class CXFA_FFPushButton : public CXFA_FFField
|
| public:
|
| CXFA_FFPushButton(CXFA_FFPageView* pPageView, CXFA_WidgetAcc* pDataAcc);
|
| virtual ~CXFA_FFPushButton();
|
| - virtual void RenderWidget(CFX_Graphics* pGS, CFX_Matrix* pMatrix = NULL, FX_DWORD dwStatus = 0, FX_INT32 iRotate = 0);
|
| + virtual void RenderWidget(CFX_Graphics* pGS, CFX_Matrix* pMatrix = NULL, FX_DWORD dwStatus = 0, int32_t iRotate = 0);
|
| virtual FX_BOOL LoadWidget();
|
| virtual void UnloadWidget();
|
| virtual FX_BOOL LayoutWidget();
|
| virtual void UpdateWidgetProperty();
|
| - virtual FX_INT32 OnProcessMessage(CFWL_Message *pMessage);
|
| + virtual int32_t OnProcessMessage(CFWL_Message *pMessage);
|
| virtual FWL_ERR OnProcessEvent(CFWL_Event *pEvent);
|
| virtual FWL_ERR OnDrawWidget(CFX_Graphics *pGraphics, const CFX_Matrix *pMatrix = NULL);
|
| protected:
|
|
|