diff options
author | dsinclair <dsinclair@chromium.org> | 2016-08-03 10:20:32 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-08-03 10:20:32 -0700 |
commit | 6ea5ba035a396bf0956b4b4ab3a5b3ee33b6c546 (patch) | |
tree | 04083808d748c93226f6c3752fb05f47fc0851cb /xfa/fxfa/parser/cxfa_layoutitem.h | |
parent | e85f971fe9ba628e46bcb0709d5da4368c15d0b0 (diff) | |
download | pdfium-6ea5ba035a396bf0956b4b4ab3a5b3ee33b6c546.tar.xz |
Split xfa_layout_appadapter
This moves the needed traverse strategies into their own files, removes the
unused one and cleans up the includes.
Review-Url: https://codereview.chromium.org/2207033002
Diffstat (limited to 'xfa/fxfa/parser/cxfa_layoutitem.h')
-rw-r--r-- | xfa/fxfa/parser/cxfa_layoutitem.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xfa/fxfa/parser/cxfa_layoutitem.h b/xfa/fxfa/parser/cxfa_layoutitem.h index c8b29811e8..bacb2b8682 100644 --- a/xfa/fxfa/parser/cxfa_layoutitem.h +++ b/xfa/fxfa/parser/cxfa_layoutitem.h @@ -13,6 +13,8 @@ class CXFA_ContainerLayoutItem; class CXFA_ContentLayoutItem; class CXFA_LayoutProcessor; +void XFA_ReleaseLayoutItem(CXFA_LayoutItem* pLayoutItem); + class CXFA_LayoutItem { public: virtual ~CXFA_LayoutItem(); |