mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:37:35 +00:00
LibWeb: Rename FormattingContext::compute_position() => compute_inset()
This function computes the used inset properties, not the position of a box per se, so let's call it something more accurate.
This commit is contained in:
parent
c49c036c84
commit
d77dfc6b48
3 changed files with 3 additions and 3 deletions
|
@ -65,7 +65,7 @@ protected:
|
|||
FormattingState::IntrinsicSizes calculate_intrinsic_sizes(Layout::Box const&) const;
|
||||
|
||||
OwnPtr<FormattingContext> layout_inside(Box const&, LayoutMode);
|
||||
void compute_position(Box const&);
|
||||
void compute_inset(Box const& box);
|
||||
|
||||
struct SpaceUsedByFloats {
|
||||
float left { 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue