Bug 252323
| Summary: | [margin-trim] Change shouldChildInlineMarginContributeToContainerIntrinsicSize to be a virtual method on RenderBlock | ||
|---|---|---|---|
| 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 Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Sammy Gill
It is a little strange in the way that we currently use this method (immediately downcast to RenderBlockFlow). It would be a better interface if it was a virtual method on RenderBlock and gets overridden in RenderBlockFlow
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/105502226>
Sammy Gill
Pull request: https://github.com/WebKit/WebKit/pull/10690
EWS
Committed 260850@main (cc5d15ac506b): <https://commits.webkit.org/260850@main>
Reviewed commits have been landed. Closing PR #10690 and removing active labels.