Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 9e502f85c30a5467c812cc392f8d00dd6a13c019
      
https://github.com/WebKit/WebKit/commit/9e502f85c30a5467c812cc392f8d00dd6a13c019
  Author: Simon Fraser <[email protected]>
  Date:   2024-11-05 (Tue, 05 Nov 2024)

  Changed paths:
    M 
Source/WebKit/UIProcess/RemoteLayerTree/RemoteScrollingCoordinatorProxy.cpp

  Log Message:
  -----------
  REGRESSION (286095@main): Child views no longer removed on scrolling
https://bugs.webkit.org/show_bug.cgi?id=282605
rdar://139284408

Reviewed by Wenson Hsieh.

286095@main inadvertently removed the call to 
`webPageProxy->scrollingNodeScrollViewDidScroll()`,
and there are no tests to detect that this broke.

Reinstate the call to `scrollingNodeScrollViewDidScroll()`, inside the loop 
where we have
the nodeID.

* Source/WebKit/UIProcess/RemoteLayerTree/RemoteScrollingCoordinatorProxy.cpp:
(WebKit::RemoteScrollingCoordinatorProxy::sendScrollingTreeNodeDidScroll):

Canonical link: https://commits.webkit.org/286177@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to