RESOLVED FIXED 258853
Width and height computations for RenderLayerScrollableArea::computeScrollDimensions() could be simplified.
https://bugs.webkit.org/show_bug.cgi?id=258853
Summary Width and height computations for RenderLayerScrollableArea::computeScrollDim...
Ethan Wong
Reported 2023-07-04 08:11:20 PDT
`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
Ethan Wong
Comment 1 2023-07-04 08:12:46 PDT
EWS
Comment 2 2023-07-06 09:14:40 PDT
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
Comment 3 2023-07-06 09:15:18 PDT
Note You need to log in before you can comment on or make changes to this bug.