Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a4e8293aa96288e595dfd179a7fe23353ff659f8
https://github.com/WebKit/WebKit/commit/a4e8293aa96288e595dfd179a7fe23353ff659f8
Author: Antoine Quint <[email protected]>
Date: 2025-10-31 (Fri, 31 Oct 2025)
Changed paths:
M Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp
Log Message:
-----------
[threaded-animation-resolution] add support for threaded animation resolution
in `GraphicsLayerCA::moveOrCopyAnimations()`
https://bugs.webkit.org/show_bug.cgi?id=301727
rdar://163752002
Reviewed by Matt Woodrow.
During the initial bringup for threaded animation resolution we neglected to
add some specific code to
`GraphicsLayerCA::moveOrCopyAnimations()` such that animations get copied from
one layer to another.
This happens during when tiling, for instance.
* Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp:
(WebCore::GraphicsLayerCA::moveOrCopyAnimations):
(WebCore::GraphicsLayerCA::ensureStructuralLayer):
Canonical link: https://commits.webkit.org/302378@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications