Index: xfa/fxfa/app/xfa_ffimage.cpp |
diff --git a/xfa/fxfa/app/xfa_ffimage.cpp b/xfa/fxfa/app/xfa_ffimage.cpp |
index c17273d5cfb3085882c92c2d65ac4d79f4d39608..306c4677d23c69dcbc6892391c5401530befcce1 100644 |
--- a/xfa/fxfa/app/xfa_ffimage.cpp |
+++ b/xfa/fxfa/app/xfa_ffimage.cpp |
@@ -32,7 +32,7 @@ void CXFA_FFImage::UnloadWidget() { |
} |
void CXFA_FFImage::RenderWidget(CFX_Graphics* pGS, |
CFX_Matrix* pMatrix, |
- FX_DWORD dwStatus, |
+ uint32_t dwStatus, |
int32_t iRotate) { |
if (!IsMatchVisibleStatus(dwStatus)) { |
return; |