mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:17:35 +00:00
LibWeb: Rename Layout::LayoutTreeBuilder => Layout::TreeBuilder
This commit is contained in:
parent
b1e75437c9
commit
d477039abc
5 changed files with 10 additions and 10 deletions
|
@ -151,7 +151,6 @@ set(SOURCES
|
|||
Layout/InlineFormattingContext.cpp
|
||||
Layout/InlineNode.cpp
|
||||
Layout/LayoutPosition.cpp
|
||||
Layout/LayoutTreeBuilder.cpp
|
||||
Layout/LineBox.cpp
|
||||
Layout/LineBoxFragment.cpp
|
||||
Layout/ListItemBox.cpp
|
||||
|
@ -168,6 +167,7 @@ set(SOURCES
|
|||
Layout/TableRowBox.cpp
|
||||
Layout/TableRowGroupBox.cpp
|
||||
Layout/TextNode.cpp
|
||||
Layout/TreeBuilder.cpp
|
||||
Layout/WidgetBox.cpp
|
||||
LayoutTreeModel.cpp
|
||||
Loader/FrameLoader.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue