[webkit-changes] [WebKit/WebKit] b7bf1e: Plumb synchronous scrolling reason changed through...

Nikos Mouchtaris noreply at github.com
Mon Dec 5 18:23:29 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b7bf1e1b226b6f22c842bb8483043038270260e7
      https://github.com/WebKit/WebKit/commit/b7bf1e1b226b6f22c842bb8483043038270260e7
  Author: Nikolaos Mouchtaris <nmouchtaris at apple.com>
  Date:   2022-12-05 (Mon, 05 Dec 2022)

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

  Log Message:
  -----------
  Plumb synchronous scrolling reason changed through RemoteScrollingTree for ScrollPerf
https://bugs.webkit.org/show_bug.cgi?id=248550
rdar://102828256

Reviewed by Simon Fraser.

Implement reportSynchronousScrollingReasonsChanged for RemoteScrollingTree. Since we
are already in the UIProcess we can call the logging function in WebPageProxy directly.

* Source/WebKit/UIProcess/RemoteLayerTree/RemoteScrollingCoordinatorProxy.cpp:
(WebKit::RemoteScrollingCoordinatorProxy::reportSynchronousScrollingReasonsChanged):
* Source/WebKit/UIProcess/RemoteLayerTree/RemoteScrollingCoordinatorProxy.h:
* Source/WebKit/UIProcess/RemoteLayerTree/RemoteScrollingTree.cpp:
(WebKit::RemoteScrollingTree::reportSynchronousScrollingReasonsChanged):
* Source/WebKit/UIProcess/RemoteLayerTree/RemoteScrollingTree.h:

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




More information about the webkit-changes mailing list