mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-12 09:56:45 +02:00
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.
17 KiB
17 KiB