mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-17 07:50:04 +00:00
LibWeb: Rename Layout::FrameBox => NavigableContainerViewport
This commit is contained in:
parent
eadeec8b8d
commit
443a8539e9
Notes:
github-actions[bot]
2024-11-26 17:59:43 +00:00
Author: https://github.com/awesomekling
Commit: 443a8539e9
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2592
10 changed files with 61 additions and 61 deletions
|
@ -538,7 +538,6 @@ set(SOURCES
|
|||
Layout/FieldSetBox.cpp
|
||||
Layout/FlexFormattingContext.cpp
|
||||
Layout/FormattingContext.cpp
|
||||
Layout/FrameBox.cpp
|
||||
Layout/GridFormattingContext.cpp
|
||||
Layout/ImageBox.cpp
|
||||
Layout/ImageProvider.cpp
|
||||
|
@ -555,6 +554,7 @@ set(SOURCES
|
|||
Layout/LineBuilder.cpp
|
||||
Layout/ListItemBox.cpp
|
||||
Layout/ListItemMarkerBox.cpp
|
||||
Layout/NavigableContainerViewport.cpp
|
||||
Layout/Node.cpp
|
||||
Layout/RadioButton.cpp
|
||||
Layout/ReplacedBox.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue