Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ea4d341346451360e0f427a4f3003e3620adca21
https://github.com/WebKit/WebKit/commit/ea4d341346451360e0f427a4f3003e3620adca21
Author: Antoine Quint <[email protected]>
Date: 2025-09-17 (Wed, 17 Sep 2025)
Changed paths:
M Source/WebCore/platform/animation/AcceleratedEffect.cpp
Log Message:
-----------
[threaded-animation-resolution] accelerated animations do not run
https://bugs.webkit.org/show_bug.cgi?id=299016
Reviewed by Anne van Kesteren.
During the bringup of Scroll-driven Animations we refactored the timing code to
require a call to `AnimationEffectTiming::updateComputedProperties()` to resolve
essential timing properties, such as the effect's active duration.
A call to this method is required as an `AcceleratedEffect` is created in the
remote side, so we add one in the remote constructor.
* Source/WebCore/platform/animation/AcceleratedEffect.cpp:
(WebCore::AcceleratedEffect::AcceleratedEffect):
Canonical link: https://commits.webkit.org/300083@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes