1
Fork 0
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:
Andreas Kling 2022-07-06 20:14:40 +02:00
parent 4935055407
commit 8abbbdf6fa
2 changed files with 6 additions and 6 deletions

View file

@ -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;