Index: xfa/fxfa/app/xfa_rendercontext.cpp |
diff --git a/xfa/fxfa/app/xfa_rendercontext.cpp b/xfa/fxfa/app/xfa_rendercontext.cpp |
index c9ca92bd6c450a2ef4916138c69b7c9f2c4d5913..ec9a3f88f41b873ef031afb4a90a95f7cb0bd926 100644 |
--- a/xfa/fxfa/app/xfa_rendercontext.cpp |
+++ b/xfa/fxfa/app/xfa_rendercontext.cpp |
@@ -41,7 +41,7 @@ int32_t CXFA_RenderContext::StartRender(IXFA_PageView* pPageView, |
m_rtClipRect.Set(rtPage.left, rtPage.top, rtPage.width, rtPage.height); |
mtRes.TransformRect(m_rtClipRect); |
m_dwStatus = m_options.m_bHighlight ? XFA_WIDGETSTATUS_Highlight : 0; |
- FX_DWORD dwFilterType = XFA_WIDGETFILTER_Visible | XFA_WIDGETFILTER_AllType | |
+ uint32_t dwFilterType = XFA_WIDGETFILTER_Visible | XFA_WIDGETFILTER_AllType | |
(m_options.m_bPrint ? XFA_WIDGETSTATUS_Printable |
: XFA_WIDGETSTATUS_Viewable); |
m_pWidgetIterator = |