| Index: xfa/src/fxfa/src/app/xfa_rendercontext.h
|
| diff --git a/xfa/src/fxfa/src/app/xfa_rendercontext.h b/xfa/src/fxfa/src/app/xfa_rendercontext.h
|
| index cb514c5cdfa219ad59479730371edd5d422444f8..79931b2751c295c03fc26d89cbea3a1f172911b5 100644
|
| --- a/xfa/src/fxfa/src/app/xfa_rendercontext.h
|
| +++ b/xfa/src/fxfa/src/app/xfa_rendercontext.h
|
| @@ -15,8 +15,8 @@ public:
|
| {
|
| delete this;
|
| }
|
| - virtual FX_INT32 StartRender(IXFA_PageView* pPageView, CFX_Graphics* pGS, const CFX_Matrix& matrix, const CXFA_RenderOptions& options);
|
| - virtual FX_INT32 DoRender(IFX_Pause* pPause = NULL);
|
| + virtual int32_t StartRender(IXFA_PageView* pPageView, CFX_Graphics* pGS, const CFX_Matrix& matrix, const CXFA_RenderOptions& options);
|
| + virtual int32_t DoRender(IFX_Pause* pPause = NULL);
|
| virtual void StopRender();
|
| protected:
|
| IXFA_WidgetIterator* m_pWidgetIterator;
|
|
|