[webkit-changes] [WebKit/WebKit] d92317: [web-animations] `ScrollingThread` should be avail...
Antoine Quint
noreply at github.com
Tue Nov 28 12:14:21 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d923177aecf48aab7bf987a0ffcc0424719743c0
https://github.com/WebKit/WebKit/commit/d923177aecf48aab7bf987a0ffcc0424719743c0
Author: Antoine Quint <graouts at webkit.org>
Date: 2023-11-28 (Tue, 28 Nov 2023)
Changed paths:
M Source/WebCore/page/scrolling/ScrollingThread.cpp
M Source/WebCore/page/scrolling/ScrollingThread.h
Log Message:
-----------
[web-animations] `ScrollingThread` should be available for threaded animation resolution
https://bugs.webkit.org/show_bug.cgi?id=265457
rdar://118881620
Reviewed by Matt Woodrow.
As part of the threaded animation resolution work we will use the scrolling thread to resolve
animations in the UI process, so we must make sure that code is compiled everywhere threaded
animation resolution is enabled.
* Source/WebCore/page/scrolling/ScrollingThread.cpp:
* Source/WebCore/page/scrolling/ScrollingThread.h:
Canonical link: https://commits.webkit.org/271231@main
More information about the webkit-changes
mailing list