[Webkit-unassigned] [Bug 258853] New: Width and height computations for RenderLayerScrollableArea::computeScrollDimensions() could be simplified.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 4 08:11:20 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=258853

            Bug ID: 258853
           Summary: Width and height computations for
                    RenderLayerScrollableArea::computeScrollDimensions()
                    could be simplified.
           Product: WebKit
           Version: Safari 16
          Hardware: All
                OS: All
            Status: NEW
          Severity: Minor
          Priority: P2
         Component: Compositing
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bunnnywong at gmail.com
                CC: simon.fraser at apple.com

`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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230704/eefbc94d/attachment-0001.htm>


More information about the webkit-unassigned mailing list