diff options
Diffstat (limited to 'xfa/fxfa/cxfa_fwltheme.cpp')
-rw-r--r-- | xfa/fxfa/cxfa_fwltheme.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/cxfa_fwltheme.cpp b/xfa/fxfa/cxfa_fwltheme.cpp index 1a94ba6446..73f03ce41c 100644 --- a/xfa/fxfa/cxfa_fwltheme.cpp +++ b/xfa/fxfa/cxfa_fwltheme.cpp @@ -157,7 +157,7 @@ CFX_RectF CXFA_FWLTheme::GetUIMargin(CFWL_ThemePart* pThemePart) const { if (!pWidget) return CFX_RectF(); - CXFA_LayoutItem* pItem = pWidget; + CXFA_ContentLayoutItem* pItem = pWidget; CXFA_Node* pNode = pWidget->GetNode(); CFX_RectF rect = pNode->GetUIMargin(); CXFA_Para* para = pNode->GetParaIfExists(); |