Bug 258853
| Summary: | Width and height computations for RenderLayerScrollableArea::computeScrollDimensions() could be simplified. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ethan Wong <bunnnywong> |
| Component: | Compositing | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Minor | CC: | simon.fraser, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari 16 | ||
| Hardware: | All | ||
| OS: | All | ||
Ethan Wong
`RenderLayerScrollableArea::computeScrollDimensions()` computes its dimensions by subtracting the edges of the layer’s renderBox. This could be equivalently done by directly accessing the width and height of that renderBox.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ethan Wong
Pull request: https://github.com/WebKit/WebKit/pull/15542
EWS
Committed 265805@main (e6a64b6cddd8): <https://commits.webkit.org/265805@main>
Reviewed commits have been landed. Closing PR #15542 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/111852761>