Bug 189311

Summary: [LFC] LayoutContext::displayBoxForLayoutBox() should return a Display::Box&
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, koivisto, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch koivisto: review+

Description zalan 2018-09-05 11:20:20 PDT
instead of Display::Box*
There should always be a valid display box associated with a layout box for layout purposes (it does not necessarily mean that there's _always_ a display box for every layout box -for example in inline formatting context)
Comment 1 zalan 2018-09-05 11:33:17 PDT
Created attachment 348950 [details]
Patch
Comment 2 zalan 2018-09-05 11:52:43 PDT
Committed r235681: <https://trac.webkit.org/changeset/235681>
Comment 3 Radar WebKit Bug Importer 2018-09-05 11:53:27 PDT
<rdar://problem/44147961>