Files
ladybird/Libraries/LibWeb/HTML/RenderingThread.cpp
Aliaksandr Kalenik 40a619e286 LibGfx+LibWeb: Drop SkiaBackendContext locking
The rendering thread now uses its own SkiaBackendContext, and the main
thread no longer reaches into GPU-backed Skia objects directly. No Skia
context is shared between threads anymore, so the mutex on
SkiaBackendContext and the lock_context()/unlock_context() pair that
wrapped every PaintingSurface and ImmutableBitmap operation are all dead
weight and can go.
2026-05-04 20:12:21 +02:00

17 KiB