diff options
Diffstat (limited to 'xfa/fxfa/cxfa_textparsecontext.h')
-rw-r--r-- | xfa/fxfa/cxfa_textparsecontext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/cxfa_textparsecontext.h b/xfa/fxfa/cxfa_textparsecontext.h index 3cd5710728..20d914bc59 100644 --- a/xfa/fxfa/cxfa_textparsecontext.h +++ b/xfa/fxfa/cxfa_textparsecontext.h @@ -29,7 +29,7 @@ class CXFA_TextParseContext { } const std::vector<const CFX_CSSDeclaration*>& GetDecls() { return decls_; } - CFX_RetainPtr<CFX_CSSComputedStyle> m_pParentStyle; + RetainPtr<CFX_CSSComputedStyle> m_pParentStyle; private: std::vector<const CFX_CSSDeclaration*> decls_; |