Index: xfa/fxfa/app/xfa_ffpath.cpp |
diff --git a/xfa/fxfa/app/xfa_ffpath.cpp b/xfa/fxfa/app/xfa_ffpath.cpp |
index e0f6825a0341d973459123aefb2b9814135f845a..d8ece72bb0287c04709bb24e7bdb246f564a6daf 100644 |
--- a/xfa/fxfa/app/xfa_ffpath.cpp |
+++ b/xfa/fxfa/app/xfa_ffpath.cpp |
@@ -51,7 +51,7 @@ void CXFA_FFLine::GetRectFromHand(CFX_RectF& rect, |
} |
void CXFA_FFLine::RenderWidget(CFX_Graphics* pGS, |
CFX_Matrix* pMatrix, |
- FX_DWORD dwStatus, |
+ uint32_t dwStatus, |
int32_t iRotate) { |
if (!IsMatchVisibleStatus(dwStatus)) { |
return; |
@@ -108,7 +108,7 @@ CXFA_FFArc::CXFA_FFArc(CXFA_FFPageView* pPageView, CXFA_WidgetAcc* pDataAcc) |
CXFA_FFArc::~CXFA_FFArc() {} |
void CXFA_FFArc::RenderWidget(CFX_Graphics* pGS, |
CFX_Matrix* pMatrix, |
- FX_DWORD dwStatus, |
+ uint32_t dwStatus, |
int32_t iRotate) { |
if (!IsMatchVisibleStatus(dwStatus)) { |
return; |
@@ -136,7 +136,7 @@ CXFA_FFRectangle::CXFA_FFRectangle(CXFA_FFPageView* pPageView, |
CXFA_FFRectangle::~CXFA_FFRectangle() {} |
void CXFA_FFRectangle::RenderWidget(CFX_Graphics* pGS, |
CFX_Matrix* pMatrix, |
- FX_DWORD dwStatus, |
+ uint32_t dwStatus, |
int32_t iRotate) { |
if (!IsMatchVisibleStatus(dwStatus)) { |
return; |