[Webkit-unassigned] [Bug 233187] New: [GTK][WPE] displayDidRefresh can shortcut waking up the scrolling thread
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Nov 16 05:05:59 PST 2021
https://bugs.webkit.org/show_bug.cgi?id=233187
Bug ID: 233187
Summary: [GTK][WPE] displayDidRefresh can shortcut waking up
the scrolling thread
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Scrolling
Assignee: webkit-unassigned at lists.webkit.org
Reporter: clord at igalia.com
CC: alex at igalia.com, simon.fraser at apple.com
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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211116/128f946e/attachment.htm>
More information about the webkit-unassigned
mailing list