Bug 262197 - Remove RenderBlockFlow::lineGridBox()
Summary: Remove RenderBlockFlow::lineGridBox()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antti Koivisto
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-09-27 10:21 PDT by Antti Koivisto
Modified: 2023-09-27 14:56 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antti Koivisto 2023-09-27 10:21:10 PDT
We construct and maintain this LegacyRootInlineBox for the sole purpose of computing some metrics for the line grid feature. We can just compute those things directly.
Comment 1 Radar WebKit Bug Importer 2023-09-27 10:21:27 PDT
<rdar://problem/116128479>
Comment 2 Antti Koivisto 2023-09-27 10:25:12 PDT
Pull request: https://github.com/WebKit/WebKit/pull/18290
Comment 3 EWS 2023-09-27 14:56:25 PDT
Committed 268541@main (f6ffab2867fb): <https://commits.webkit.org/268541@main>

Reviewed commits have been landed. Closing PR #18290 and removing active labels.