mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-30 00:13:21 +00:00
This change ensures that the GPU painting executor follows the pattern of the CPU executor, where the state is stored for each stacking context, but a painter is created only for those with opacity. Fixes crashing on apple.com because now save() and restore() are called on correct painters.