Index: xfa/fxfa/parser/xfa_layout_appadapter.h |
diff --git a/xfa/fxfa/parser/xfa_layout_appadapter.h b/xfa/fxfa/parser/xfa_layout_appadapter.h |
index f20ee9b3fe1c1e5ec4a26d6a141c14cba240b8c4..eb4a9631d6f93e7c4e9bb70bc5ccd0f1baf1e727 100644 |
--- a/xfa/fxfa/parser/xfa_layout_appadapter.h |
+++ b/xfa/fxfa/parser/xfa_layout_appadapter.h |
@@ -71,7 +71,7 @@ class CXFA_TraverseStrategy_ContentLayoutItem { |
return (CXFA_ContentLayoutItem*)pLayoutItem->m_pParent; |
} |
}; |
-FX_DWORD XFA_GetRelevant(CXFA_Node* pFormItem, FX_DWORD dwParentRelvant); |
+uint32_t XFA_GetRelevant(CXFA_Node* pFormItem, uint32_t dwParentRelvant); |
void XFA_ReleaseLayoutItem(CXFA_LayoutItem* pLayoutItem); |
#endif // XFA_FXFA_PARSER_XFA_LAYOUT_APPADAPTER_H_ |