[webkit-changes] [WebKit/WebKit] 23ed9c: Rename RemoteLayerTreeTransaction::LayerProperties...
Antoine Quint
noreply at github.com
Sun Jan 15 11:30:11 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 23ed9c160c93c7471d3f5176c30cfbc407055cb4
https://github.com/WebKit/WebKit/commit/23ed9c160c93c7471d3f5176c30cfbc407055cb4
Author: Antoine Quint <graouts at apple.com>
Date: 2023-01-15 (Sun, 15 Jan 2023)
Changed paths:
M Source/WebKit/Shared/RemoteLayerTree/RemoteLayerTreePropertyApplier.mm
M Source/WebKit/Shared/RemoteLayerTree/RemoteLayerTreeTransaction.h
M Source/WebKit/Shared/RemoteLayerTree/RemoteLayerTreeTransaction.mm
M Source/WebKit/WebProcess/WebPage/RemoteLayerTree/PlatformCALayerRemote.cpp
Log Message:
-----------
Rename RemoteLayerTreeTransaction::LayerProperties::keyPathsOfAnimationsToRemove
https://bugs.webkit.org/show_bug.cgi?id=250642
Reviewed by Simon Fraser.
These aren't key paths in the sense a key path is provided to an API such as
`-[CAKeyframeAnimation animationWithKeyPath:]` but rather keys as used in
`-[CALayer addAnimation:forKey:]`.
* Source/WebKit/Shared/RemoteLayerTree/RemoteLayerTreePropertyApplier.mm:
(WebKit::RemoteLayerTreePropertyApplier::applyPropertiesToLayer):
* Source/WebKit/Shared/RemoteLayerTree/RemoteLayerTreeTransaction.h:
* Source/WebKit/Shared/RemoteLayerTree/RemoteLayerTreeTransaction.mm:
(WebKit::RemoteLayerTreeTransaction::LayerProperties::LayerProperties):
(WebKit::RemoteLayerTreeTransaction::LayerProperties::encode const):
(WebKit::RemoteLayerTreeTransaction::LayerProperties::decode):
(WebKit::dumpChangedLayers):
* Source/WebKit/WebProcess/WebPage/RemoteLayerTree/PlatformCALayerRemote.cpp:
(WebKit::PlatformCALayerRemote::didCommit):
(WebKit::PlatformCALayerRemote::removeAnimationForKey):
Canonical link: https://commits.webkit.org/258937@main
More information about the webkit-changes
mailing list