mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 03:47:34 +00:00
LibWeb: Rename FormattingState to LayoutState
This seems a bit more descriptive (and also a bit shorter).
This commit is contained in:
parent
0d8f9019c8
commit
52862c72d0
25 changed files with 95 additions and 95 deletions
|
@ -257,7 +257,6 @@ set(SOURCES
|
|||
Layout/CheckBox.cpp
|
||||
Layout/FlexFormattingContext.cpp
|
||||
Layout/FormattingContext.cpp
|
||||
Layout/FormattingState.cpp
|
||||
Layout/FrameBox.cpp
|
||||
Layout/ImageBox.cpp
|
||||
Layout/InitialContainingBlock.cpp
|
||||
|
@ -267,6 +266,7 @@ set(SOURCES
|
|||
Layout/Label.cpp
|
||||
Layout/LabelableNode.cpp
|
||||
Layout/LayoutPosition.cpp
|
||||
Layout/LayoutState.cpp
|
||||
Layout/LineBox.cpp
|
||||
Layout/LineBoxFragment.cpp
|
||||
Layout/LineBuilder.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue