[webkit-changes] [WebKit/WebKit] b03871: [threaded-animation-resolution] rename `RemoteLaye...

Antoine Quint noreply at github.com
Wed Dec 6 23:07:03 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b03871bf9700c6ddad028d499d46e3cda5e3f4e3
      https://github.com/WebKit/WebKit/commit/b03871bf9700c6ddad028d499d46e3cda5e3f4e3
  Author: Antoine Quint <graouts at webkit.org>
  Date:   2023-12-06 (Wed, 06 Dec 2023)

  Changed paths:
    M Source/WebKit/UIProcess/RemoteLayerTree/mac/RemoteScrollingCoordinatorProxyMac.h
    M Source/WebKit/UIProcess/RemoteLayerTree/mac/RemoteScrollingCoordinatorProxyMac.mm

  Log Message:
  -----------
  [threaded-animation-resolution] rename `RemoteLayerTreeEventDispatcher` member on `RemoteScrollingCoordinatorProxyMac`
https://bugs.webkit.org/show_bug.cgi?id=265959
rdar://119269904

Reviewed by Matt Woodrow.

For the threaded animation resolution work we will use the `RemoteLayerTreeEventDispatcher` member
of `RemoteScrollingCoordinatorProxyMac` for purposes beyond wheel events, so we rename the variable
from `m_wheelEventDispatcher` to the more generic `m_eventDispatcher`.

* Source/WebKit/UIProcess/RemoteLayerTree/mac/RemoteScrollingCoordinatorProxyMac.h:
* Source/WebKit/UIProcess/RemoteLayerTree/mac/RemoteScrollingCoordinatorProxyMac.mm:
(WebKit::RemoteScrollingCoordinatorProxyMac::RemoteScrollingCoordinatorProxyMac):
(WebKit::RemoteScrollingCoordinatorProxyMac::~RemoteScrollingCoordinatorProxyMac):
(WebKit::RemoteScrollingCoordinatorProxyMac::cacheWheelEventScrollingAccelerationCurve):
(WebKit::RemoteScrollingCoordinatorProxyMac::handleWheelEvent):
(WebKit::RemoteScrollingCoordinatorProxyMac::wheelEventHandlingCompleted):
(WebKit::RemoteScrollingCoordinatorProxyMac::hasNodeWithAnimatedScrollChanged):
(WebKit::RemoteScrollingCoordinatorProxyMac::displayDidRefresh):
(WebKit::RemoteScrollingCoordinatorProxyMac::windowScreenDidChange):
(WebKit::RemoteScrollingCoordinatorProxyMac::windowScreenWillChange):
(WebKit::RemoteScrollingCoordinatorProxyMac::applyScrollingTreeLayerPositionsAfterCommit):

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




More information about the webkit-changes mailing list