RESOLVED FIXED 268803
[threaded-animation-resolution] initEffectsFromScrollingThread should be called initEffectsFromMainThread on RemoteAcceleratedEffectStack
https://bugs.webkit.org/show_bug.cgi?id=268803
Summary [threaded-animation-resolution] initEffectsFromScrollingThread should be call...
Antoine Quint
Reported 2024-02-05 22:14:14 PST
When blending for `opacity` values was added in 274102@main, the `RemoteAcceleratedEffectStack::initEffectsFromMainThread()` method was renamed to `initEffectsFromScrollingThread(). This was an error since presentaiton modifiers are indeed installed on the main thread, and merely updated on the scrolling thread.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-02-05 22:14:35 PST
Antoine Quint
Comment 2 2024-02-05 22:15:43 PST
EWS
Comment 3 2024-02-05 23:26:46 PST
Committed 274134@main (57ded7c8d22a): <https://commits.webkit.org/274134@main> Reviewed commits have been landed. Closing PR #23902 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.