[Webkit-unassigned] [Bug 257225] New: [css-flexbox] Rename RenderFlexibleBox::LineContext to RenderFlexibleBox::LineState
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 23 14:18:56 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=257225
Bug ID: 257225
Summary: [css-flexbox] Rename RenderFlexibleBox::LineContext to
RenderFlexibleBox::LineState
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Layout and Rendering
Assignee: webkit-unassigned at lists.webkit.org
Reporter: sgill26 at apple.com
CC: bfulgham at webkit.org, simon.fraser at apple.com,
zalan at apple.com
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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230523/3cb633eb/attachment.htm>
More information about the webkit-unassigned
mailing list