mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:37: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
|
@ -67,9 +67,9 @@ public:
|
|||
|
||||
Gfx::FloatRect selection_rect(Gfx::Font const&) const;
|
||||
|
||||
float height_of_inline_level_box(FormattingState const&) const;
|
||||
float top_of_inline_level_box(FormattingState const&) const;
|
||||
float bottom_of_inline_level_box(FormattingState const&) const;
|
||||
float height_of_inline_level_box(LayoutState const&) const;
|
||||
float top_of_inline_level_box(LayoutState const&) const;
|
||||
float bottom_of_inline_level_box(LayoutState const&) const;
|
||||
|
||||
private:
|
||||
Node const& m_layout_node;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue