mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 12:47:45 +00:00
LibHTML: Move layout tree building to a LayoutTreeBuilder class
Building a whole layout tree shouldn't be a concern of Node, so this patch moves it to a separate class.
This commit is contained in:
parent
d14b60533f
commit
f7cd5662ef
6 changed files with 70 additions and 39 deletions
|
@ -46,6 +46,7 @@ LIBHTML_OBJS = \
|
|||
Layout/BoxModelMetrics.o \
|
||||
Layout/LineBox.o \
|
||||
Layout/LineBoxFragment.o \
|
||||
Layout/LayoutTreeBuilder.o \
|
||||
ResourceLoader.o \
|
||||
HtmlView.o \
|
||||
Frame.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue