Index: xfa/fxfa/app/xfa_ffimage.h |
diff --git a/xfa/fxfa/app/xfa_ffimage.h b/xfa/fxfa/app/xfa_ffimage.h |
index 71bb495be199e9a5bf9f820934e49a3b7edcd509..7bbeafc1acf3c021de43d97eafb17385217d2e13 100644 |
--- a/xfa/fxfa/app/xfa_ffimage.h |
+++ b/xfa/fxfa/app/xfa_ffimage.h |
@@ -15,7 +15,7 @@ class CXFA_FFImage : public CXFA_FFDraw { |
virtual ~CXFA_FFImage(); |
virtual void RenderWidget(CFX_Graphics* pGS, |
CFX_Matrix* pMatrix = NULL, |
- FX_DWORD dwStatus = 0, |
+ uint32_t dwStatus = 0, |
int32_t iRotate = 0); |
virtual FX_BOOL IsLoaded(); |
virtual FX_BOOL LoadWidget(); |