[webkit-changes] [WebKit/WebKit] 925ebc: [GTK][WPE][Skia] CPU rendering: DisplayList destru...
Nikolas Zimmermann
noreply at github.com
Thu Sep 19 03:19:10 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 925ebc7f5e3e3988f7b661d4a29f717fdf958673
https://github.com/WebKit/WebKit/commit/925ebc7f5e3e3988f7b661d4a29f717fdf958673
Author: Nikolas Zimmermann <nzimmermann at igalia.com>
Date: 2024-09-19 (Thu, 19 Sep 2024)
Changed paths:
M Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayerSkia.cpp
Log Message:
-----------
[GTK][WPE][Skia] CPU rendering: DisplayList destructed on wrong thread
https://bugs.webkit.org/show_bug.cgi?id=279957
Reviewed by Miguel Gomez.
Do not destruct the DisplayList, previously recorded on the main thread,
in the worker thread, but also on the main thread.
Covered by existing tests.
* Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayerSkia.cpp:
(WebCore::CoordinatedGraphicsLayer::paintTile):
Canonical link: https://commits.webkit.org/283908@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list