[webkit-reviews] review granted: [Bug 199654] [LFC][IFC] Remove redundant InlineFormattingContext::LineLayout members. : [Attachment 373814] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 10 06:16:16 PDT 2019


Antti Koivisto <koivisto at iki.fi> has granted zalan <zalan at apple.com>'s request
for review:
Bug 199654: [LFC][IFC] Remove redundant InlineFormattingContext::LineLayout
members.
https://bugs.webkit.org/show_bug.cgi?id=199654

Attachment 373814: Patch

https://bugs.webkit.org/attachment.cgi?id=373814&action=review




--- Comment #3 from Antti Koivisto <koivisto at iki.fi> ---
Comment on attachment 373814
  --> https://bugs.webkit.org/attachment.cgi?id=373814
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=373814&action=review

> Source/WebCore/layout/inlineformatting/InlineFormattingContext.h:93
> -	   const InlineFormattingContext& m_formattingContext;
> -	   InlineFormattingState& m_formattingState;
> -	   FloatingState& m_floatingState;
> +	   LayoutState& m_layoutState;

Nice simplification.


More information about the webkit-reviews mailing list