Files
ladybird/Userland/Libraries/LibWeb/Painting/PaintableFragment.cpp
Andreas Kling 8e20a44380 LibWeb: Avoid expensive containing_block lookups in PaintableFragment
The paintable has the containing block cached, so it's better (and less
code in general) to ask for it there.
2024-01-27 14:31:47 +01:00

5.6 KiB