mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 19:19:30 +00:00
LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock
The "Box" suffix added nothing here.
This commit is contained in:
parent
e90ccf6a20
commit
e91edcaa28
Notes:
sideshowbarker
2024-07-18 04:27:12 +09:00
Author: https://github.com/awesomekling
Commit: e91edcaa28
31 changed files with 71 additions and 71 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
#include <AK/Utf8View.h>
|
||||
#include <LibGfx/Painter.h>
|
||||
#include <LibWeb/Layout/InitialContainingBlockBox.h>
|
||||
#include <LibWeb/Layout/InitialContainingBlock.h>
|
||||
#include <LibWeb/Layout/LineBoxFragment.h>
|
||||
#include <LibWeb/Layout/TextNode.h>
|
||||
#include <LibWeb/Painting/PaintContext.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue