Bug 307007
| Summary: | [GFC] Avoid passing around IntegrationUtils during track sizing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sammy Gill <sgill26> |
| Component: | Layout and Rendering | Assignee: | Sammy Gill <sgill26> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bfulgham, simon.fraser, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Sammy Gill
We already have an abstraction of GridItemSizingFunctions which track sizing code can use to query geometry for a grid item. Since these functions rely on having access to IntegrationUtils we have to pass them around together. We should try to come up with a way to see if we can just pass around GridItemSizingFunctions without IntegrationUtils
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/169660703>
Sammy Gill
Pull request: https://github.com/WebKit/WebKit/pull/57914
Sammy Gill
Pull request: https://github.com/WebKit/WebKit/pull/58323
EWS
Committed 307213@main (1fb524946c97): <https://commits.webkit.org/307213@main>
Reviewed commits have been landed. Closing PR #57914 and removing active labels.