RESOLVED FIXED 233187
[GTK][WPE] displayDidRefresh can shortcut waking up the scrolling thread
https://bugs.webkit.org/show_bug.cgi?id=233187
Summary [GTK][WPE] displayDidRefresh can shortcut waking up the scrolling thread
Chris Lord
Reported 2021-11-16 05:05:59 PST
There's an #ifdef'd out bit of code in ThreadedScrollingTree::displayDidRefresh that will shortcut waking up the scrolling thread if there are no recently handled wheel events or active animations. This seems like an easy win - the code within the #ifdef has changed and perhaps didn't previously fully apply for us, but now does, so we should remove the #ifdef.
Attachments
Patch (1.58 KB, patch)
2021-11-16 05:10 PST, Chris Lord
no flags
Chris Lord
Comment 1 2021-11-16 05:10:05 PST
EWS
Comment 2 2021-11-16 05:40:59 PST
Committed r285858 (244284@main): <https://commits.webkit.org/244284@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 444371 [details].
Radar WebKit Bug Importer
Comment 3 2021-11-16 05:41:24 PST
Note You need to log in before you can comment on or make changes to this bug.