[Webkit-unassigned] [Bug 206884] New: Implement RenderLayer::requestScrollPositionUpdate

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 28 09:05:53 PST 2020


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

            Bug ID: 206884
           Summary: Implement RenderLayer::requestScrollPositionUpdate
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Scrolling
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cathiechen at igalia.com

Implement RenderLayer::requestScrollPositionUpdate so that we can call requestScrollPositionUpdate more convinient.
There's a recursive code path, if we implement it directly.

AsyncScrollingCoordinator::requestScrollPositionUpdate
AsyncScrollingCoordinator::updateScrollPositionAfterAsyncScroll
ScrollableArea::scrollToOffsetWithoutAnimation
ScrollAnimator::scrollToOffsetWithoutAnimation
ScrollAnimator::notifyPositionChanged
ScrollableArea::setScrollOffsetFromAnimation
RenderLayer::requestScrollPositionUpdate
AsyncScrollingCoordinator::requestScrollPositionUpdate

In order to break the circle, I'll try to call notifyScrollPositionChanged in AsyncScrollingCoordinator::updateScrollPositionAfterAsyncScroll instead.

-- 
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/20200128/2b3944a7/attachment-0001.htm>


More information about the webkit-unassigned mailing list