Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8874920af670ab57a1333dd05e06cc94ce60f2a1
https://github.com/WebKit/WebKit/commit/8874920af670ab57a1333dd05e06cc94ce60f2a1
Author: Antoine Quint <[email protected]>
Date: 2025-10-30 (Thu, 30 Oct 2025)
Changed paths:
M Source/WebCore/platform/animation/AcceleratedEffect.cpp
M Source/WebCore/platform/animation/AcceleratedEffect.h
M Source/WebKit/UIProcess/RemoteLayerTree/RemoteAnimation.cpp
Log Message:
-----------
[threaded-animation-resolution] pass timeline data to
`AcceleratedEffect::apply()`
https://bugs.webkit.org/show_bug.cgi?id=301683
rdar://163703642
Reviewed by Matt Woodrow.
In 302282@main we added the notion of a duration for timelines in the remote
layer tree.
As a result, we now have all the required information to pass the timeline
current time
and duration down to `AcceleratedEffect::apply()` and we can remove the FIXME
to that
effect.
* Source/WebCore/platform/animation/AcceleratedEffect.cpp:
(WebCore::AcceleratedEffect::AcceleratedEffect):
(WebCore::AcceleratedEffect::apply const):
* Source/WebCore/platform/animation/AcceleratedEffect.h:
* Source/WebKit/UIProcess/RemoteLayerTree/RemoteAnimation.cpp:
(WebKit::RemoteAnimation::apply):
Canonical link: https://commits.webkit.org/302361@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications