RESOLVED FIXED 284566
[margin-trim] Change m_blockStartTrimming in RenderLayoutState to bool
https://bugs.webkit.org/show_bug.cgi?id=284566
Summary [margin-trim] Change m_blockStartTrimming in RenderLayoutState to bool
Sammy Gill
Reported 2024-12-12 11:03:24 PST
This is being used to keep track of whether we should be attempting to perform margin trimming in the block start direction for a particular subtree. We can do the same thing by instead keeping it as a bool which is easier to maintain
Attachments
Radar WebKit Bug Importer
Comment 1 2024-12-12 11:03:58 PST
Sammy Gill
Comment 2 2024-12-12 11:56:28 PST
EWS
Comment 3 2024-12-16 09:05:26 PST
Committed 287885@main (fdd47d1fbc4d): <https://commits.webkit.org/287885@main> Reviewed commits have been landed. Closing PR #37848 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.