Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 76379712aa94799cf0b98a1ca6157f47bcbfa40e
https://github.com/WebKit/WebKit/commit/76379712aa94799cf0b98a1ca6157f47bcbfa40e
Author: Simon Fraser <[email protected]>
Date: 2026-03-30 (Mon, 30 Mar 2026)
Changed paths:
M
Source/WebKit/UIProcess/RemoteLayerTree/RemoteScrollingCoordinatorProxy.cpp
Log Message:
-----------
Optimize RemoteScrollingCoordinatorProxy::commitScrollingTreeState slightly
https://bugs.webkit.org/show_bug.cgi?id=311118
rdar://173704276
Reviewed by Wenson Hsieh.
We can avoid some work in
`RemoteScrollingCoordinatorProxy::commitScrollingTreeState()`
by checking `stateTree->hasChangedProperties()`; all the functions inside the
branch
check for change flags on state tree nodes.
* Source/WebKit/UIProcess/RemoteLayerTree/RemoteScrollingCoordinatorProxy.cpp:
(WebKit::RemoteScrollingCoordinatorProxy::commitScrollingTreeState):
Canonical link: https://commits.webkit.org/310259@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications