[Webkit-unassigned] [Bug 228120] New: Layer tree unfreezing and rendering update scheduling need to work together

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 20 12:31:27 PDT 2021


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

            Bug ID: 228120
           Summary: Layer tree unfreezing and rendering update scheduling
                    need to work together
           Product: WebKit
           Version: Safari Technology Preview
          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

We currently rely on timers to trigger style updates/render tree updates, and this is necessary to trigger unfreezing the layer tree (via visually empty threshold). Ideally the style system would not have any of its own timers; it would just schedule rendering updates. However, TiledCoreAnimationDrawingArea::triggerRenderingUpdate() just bails if the layer tree is frozen.

We need to somehow harmonize layer tree freezing with rendering updates.

-- 
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/20210720/bfd2cffa/attachment-0001.htm>


More information about the webkit-unassigned mailing list