diff options
Diffstat (limited to 'Userland/Libraries/LibWeb/Layout/FormattingContext.h')
-rw-r--r-- | Userland/Libraries/LibWeb/Layout/FormattingContext.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Userland/Libraries/LibWeb/Layout/FormattingContext.h b/Userland/Libraries/LibWeb/Layout/FormattingContext.h index 76b7556a30..1800163763 100644 --- a/Userland/Libraries/LibWeb/Layout/FormattingContext.h +++ b/Userland/Libraries/LibWeb/Layout/FormattingContext.h @@ -69,6 +69,8 @@ public: float compute_box_y_position_with_respect_to_siblings(Box const&, LayoutState::UsedValues const&); + float calculate_stretch_fit_width(Box const&, AvailableSpace const& available_width) const; + protected: FormattingContext(Type, LayoutState&, Box const&, FormattingContext* parent = nullptr); |