Changeset 285858 in webkit
- Timestamp:
- Nov 16, 2021, 5:40:51 AM (5 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
page/scrolling/ThreadedScrollingTree.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r285857 r285858 1 2021-11-16 Chris Lord <clord@igalia.com> 2 3 [GTK][WPE] displayDidRefresh can shortcut waking up the scrolling thread 4 https://bugs.webkit.org/show_bug.cgi?id=233187 5 6 Reviewed by Alejandro G. Castro. 7 8 Allow scrolling thread wake-up shortcut on GTK and WPE (matching 9 behaviour on every other platform). 10 11 No new tests, covered by existing tests. 12 13 * page/scrolling/ThreadedScrollingTree.cpp: 14 (WebCore::ThreadedScrollingTree::displayDidRefresh): 15 1 16 2021-11-16 Commit Queue <commit-queue@webkit.org> 2 17 -
trunk/Source/WebCore/page/scrolling/ThreadedScrollingTree.cpp
r285669 r285858 489 489 return; 490 490 491 #if !PLATFORM(WPE) && !PLATFORM(GTK)492 491 if (!scrollingThreadIsActive) 493 492 return; 494 #endif495 493 496 494 ScrollingThread::dispatch([protectedThis = Ref { *this }]() {
Note:
See TracChangeset
for help on using the changeset viewer.