[Webkit-unassigned] [Bug 191546] New: Can we avoid compositing overlap testing after page scroll?

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 12 08:36:29 PST 2018


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

            Bug ID: 191546
           Summary: Can we avoid compositing overlap testing after page
                    scroll?
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: simon.fraser at apple.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

RenderLayerCpmpositor has:

    if (updateType == CompositingUpdateType::OnScroll || updateType == CompositingUpdateType::OnCompositedScroll) {
        // Scrolling can affect overlap. FIXME: avoid for page scrolling.
        updateRoot->setDescendantsNeedCompositingRequirementsTraversal();
    }

We already extend overlap rects for fixed and sticky layers, so we should be able to avoid any new overlap testing on page scroll.

-- 
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/20181112/39720999/attachment.html>


More information about the webkit-unassigned mailing list