mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:57:45 +00:00
LibWeb: Cache a pointer to the IFC root in InlineLevelIterator
This commit is contained in:
parent
4935055407
commit
8abbbdf6fa
2 changed files with 6 additions and 6 deletions
|
@ -68,6 +68,7 @@ private:
|
|||
Layout::InlineFormattingContext& m_inline_formatting_context;
|
||||
Layout::FormattingState& m_formatting_state;
|
||||
Layout::BlockContainer const& m_container;
|
||||
Layout::FormattingState::NodeState const& m_container_state;
|
||||
Layout::Node const* m_current_node { nullptr };
|
||||
Layout::Node const* m_next_node { nullptr };
|
||||
LayoutMode const m_layout_mode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue