Bug 284566
| Summary: | [margin-trim] Change m_blockStartTrimming in RenderLayoutState to bool | ||
|---|---|---|---|
| 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 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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/141370964>
Sammy Gill
Pull request: https://github.com/WebKit/WebKit/pull/37848
EWS
Committed 287885@main (fdd47d1fbc4d): <https://commits.webkit.org/287885@main>
Reviewed commits have been landed. Closing PR #37848 and removing active labels.