ladybird/Libraries/LibWeb/Painting
Andreas Kling 995d93c9d9 LibWeb: Move StackingContext from Layout/ to Painting/
The stacking context tree doesn't affect layout at all, so let's move
it into the Painting/ directory. I'm not sure yet if it's worth going
for a fullly separate painting tree. So far I'm thinking a stacking
context tree with pointers into the layout tree might be enough.
2020-06-18 21:42:19 +02:00
..
PaintContext.h LibWeb: Rename LayoutNode::render() to paint() 2020-06-18 21:37:20 +02:00
StackingContext.cpp LibWeb: Move StackingContext from Layout/ to Painting/ 2020-06-18 21:42:19 +02:00
StackingContext.h LibWeb: Move StackingContext from Layout/ to Painting/ 2020-06-18 21:42:19 +02:00