[webkit-changes] [WebKit/WebKit] 94a4dd: Port RemoteScrollingUIState to the new IPC seriali...

Chris Dumez noreply at github.com
Thu Nov 9 22:24:23 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 94a4dd856588b80b2f7ca42d2d9facb62b67fa9d
      https://github.com/WebKit/WebKit/commit/94a4dd856588b80b2f7ca42d2d9facb62b67fa9d
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2023-11-09 (Thu, 09 Nov 2023)

  Changed paths:
    M Source/WebKit/DerivedSources-input.xcfilelist
    M Source/WebKit/DerivedSources.make
    M Source/WebKit/Shared/RemoteLayerTree/RemoteLayerTree.serialization.in
    M Source/WebKit/Shared/RemoteLayerTree/RemoteScrollingUIState.cpp
    M Source/WebKit/Shared/RemoteLayerTree/RemoteScrollingUIState.h
    A Source/WebKit/Shared/RemoteLayerTree/RemoteScrollingUIState.serialization.in
    M Source/WebKit/WebKit.xcodeproj/project.pbxproj

  Log Message:
  -----------
  Port RemoteScrollingUIState to the new IPC serialization format
https://bugs.webkit.org/show_bug.cgi?id=264523

Reviewed by Alex Christensen.

* Source/WebKit/DerivedSources-input.xcfilelist:
* Source/WebKit/DerivedSources.make:
* Source/WebKit/Shared/RemoteLayerTree/RemoteLayerTree.serialization.in:
* Source/WebKit/Shared/RemoteLayerTree/RemoteScrollingUIState.cpp:
(WebKit::RemoteScrollingUIState::RemoteScrollingUIState):
(WebKit::emptyNodesHashSet):
(WebKit::RemoteScrollingUIState::nodesWithActiveScrollSnapIfChanged const):
(WebKit::RemoteScrollingUIState::nodesWithActiveUserScrollsIfChanged const):
(WebKit::RemoteScrollingUIState::nodesWithActiveRubberbandIfChanged const):
(WebKit::RemoteScrollingUIState::encode const): Deleted.
(WebKit::RemoteScrollingUIState::decode): Deleted.
* Source/WebKit/Shared/RemoteLayerTree/RemoteScrollingUIState.h:
* Source/WebKit/Shared/RemoteLayerTree/RemoteScrollingUIState.serialization.in: Added.
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:

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




More information about the webkit-changes mailing list