mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
Lock the shared Skia backend context before clearing an external content back store. Nested navigables render through PublishToExternalContent, and that clear ran outside the locking used by normal display list playback. This allowed multiple renderer threads to enter the same Ganesh context concurrently and trip Skia's SingleOwner checks during painting.
12 KiB
12 KiB