diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2018-01-31 19:54:25 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-01-31 19:54:25 +0000 |
commit | 990c09373b733346a06b03167ca43252cb93e986 (patch) | |
tree | d737288e1d7aaee4dfe0519b5db2906e1573538d /xfa/fxfa/parser/cxfa_itemlayoutprocessor.h | |
parent | 8a9f2e13d13f996c1138b0a0e890bdfffb0633c9 (diff) | |
download | pdfium-990c09373b733346a06b03167ca43252cb93e986.tar.xz |
Create CXFA_Node::PresenceRequiresSpace
This CL replaces XFA_ItemLayoutProcessor_IsTakingSpace with a
PresenceRequiresSpace call on CXFA_Node.
Change-Id: Ibf570f25eeb3404d72e87cb62e06a7ad70f0916f
Reviewed-on: https://pdfium-review.googlesource.com/24850
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'xfa/fxfa/parser/cxfa_itemlayoutprocessor.h')
-rw-r--r-- | xfa/fxfa/parser/cxfa_itemlayoutprocessor.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xfa/fxfa/parser/cxfa_itemlayoutprocessor.h b/xfa/fxfa/parser/cxfa_itemlayoutprocessor.h index e178095207..7dbc754ec6 100644 --- a/xfa/fxfa/parser/cxfa_itemlayoutprocessor.h +++ b/xfa/fxfa/parser/cxfa_itemlayoutprocessor.h @@ -46,8 +46,6 @@ enum class XFA_ItemLayoutProcessorStages { Done, }; -bool XFA_ItemLayoutProcessor_IsTakingSpace(CXFA_Node* pNode); - class CXFA_ItemLayoutProcessor { public: static bool IncrementRelayoutNode(CXFA_LayoutProcessor* pLayoutProcessor, |