mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:37:47 +00:00
LibWeb: Make StackingContext point to paint tree instead of layout tree
Eventually we should not need the layout tree for anything when painting and this code will only look at the paint tree. For now, this is just another step in that direction.
This commit is contained in:
parent
1e0ea45fe5
commit
d296992fb3
6 changed files with 86 additions and 100 deletions
|
@ -10,6 +10,6 @@
|
|||
|
||||
namespace Web::Painting {
|
||||
|
||||
void paint_table_borders(PaintContext&, Layout::Node const&);
|
||||
void paint_table_borders(PaintContext&, PaintableBox const& table_paintable);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue