mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:27:45 +00:00
LibWeb: Move box_baseline from LineBuilder.cpp to LayoutState.cpp
This commit is contained in:
parent
2f38f8c84a
commit
ba64d0462c
3 changed files with 27 additions and 26 deletions
|
@ -184,5 +184,6 @@ Gfx::FloatRect border_box_rect(Box const&, LayoutState const&);
|
|||
Gfx::FloatRect border_box_rect_in_ancestor_coordinate_space(Box const& box, Box const& ancestor_box, LayoutState const&);
|
||||
Gfx::FloatRect content_box_rect(Box const&, LayoutState const&);
|
||||
Gfx::FloatRect content_box_rect_in_ancestor_coordinate_space(Box const& box, Box const& ancestor_box, LayoutState const&);
|
||||
float box_baseline(LayoutState const& state, Box const& box);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue