RESOLVED FIXED 257225
[css-flexbox] Rename RenderFlexibleBox::LineContext to RenderFlexibleBox::LineState
https://bugs.webkit.org/show_bug.cgi?id=257225
Summary [css-flexbox] Rename RenderFlexibleBox::LineContext to RenderFlexibleBox::Lin...
Sammy Gill
Reported 2023-05-23 14:18:56 PDT
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
Radar WebKit Bug Importer
Comment 1 2023-05-23 14:19:15 PDT
Sammy Gill
Comment 2 2023-05-23 16:45:22 PDT
EWS
Comment 3 2023-05-24 18:50:03 PDT
Committed 264500@main (c8996adb7069): <https://commits.webkit.org/264500@main> Reviewed commits have been landed. Closing PR #14273 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.