Bug 257225
Summary: | [css-flexbox] Rename RenderFlexibleBox::LineContext to RenderFlexibleBox::LineState | ||
---|---|---|---|
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
This struct is used and modified at various points during flex layout. The "context," portion of the name almost implies some level of immutability, but we only pass it around as const during select parts of the code path. Instead let's call it "state." since some of the members will get modified as we go through flex layout.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/109738350>
Sammy Gill
Pull request: https://github.com/WebKit/WebKit/pull/14273
EWS
Committed 264500@main (c8996adb7069): <https://commits.webkit.org/264500@main>
Reviewed commits have been landed. Closing PR #14273 and removing active labels.