[Webkit-unassigned] [Bug 244276] New: RemoteScrollingCoordinator::scheduleTreeStateCommit() can result in extra rendering updates

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 23 15:06:23 PDT 2022


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

            Bug ID: 244276
           Summary: RemoteScrollingCoordinator::scheduleTreeStateCommit()
                    can result in extra rendering updates
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Scrolling
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: simon.fraser at apple.com
                CC: simon.fraser at apple.com

RemoteScrollingCoordinator::scheduleTreeStateCommit() can be called in the middle of a compositing update. Instead of just handling that scrolling tree commit in the current update (which is what would happen if it called into Page::scheduleRenderingUpdate()), it triggers another update after the current one, because it just calls the WebKit2-level drawingArea()->triggerRenderingUpdate().

-- 
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/20220823/2750858e/attachment.htm>


More information about the webkit-unassigned mailing list