Bug 284566

Summary: [margin-trim] Change m_blockStartTrimming in RenderLayoutState to bool
Product: WebKit Reporter: Sammy Gill <sgill26>
Component: Layout and RenderingAssignee: 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
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.