Bug 199654

Summary: [LFC][IFC] Remove redundant InlineFormattingContext::LineLayout members.
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, commit-queue, koivisto, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description zalan 2019-07-09 20:11:09 PDT
ssia
Comment 1 Radar WebKit Bug Importer 2019-07-09 20:11:32 PDT
<rdar://problem/52869206>
Comment 2 zalan 2019-07-09 20:13:09 PDT
Created attachment 373814 [details]
Patch
Comment 3 Antti Koivisto 2019-07-10 06:16:16 PDT
Comment on attachment 373814 [details]
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.
Comment 4 WebKit Commit Bot 2019-07-10 08:53:41 PDT
Comment on attachment 373814 [details]
Patch

Clearing flags on attachment: 373814

Committed r247299: <https://trac.webkit.org/changeset/247299>
Comment 5 WebKit Commit Bot 2019-07-10 08:53:43 PDT
All reviewed patches have been landed.  Closing bug.