1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:47:34 +00:00

LibWeb: Use automatic_content_height() when computing intrinsic heights

This commit is contained in:
Andreas Kling 2022-09-24 13:47:17 +02:00
parent 62974160da
commit 5656173e00
2 changed files with 2 additions and 20 deletions

View file

@ -90,7 +90,6 @@ protected:
static float tentative_height_for_replaced_element(LayoutState const&, ReplacedBox const&, CSS::LengthPercentage const& computed_height);
static float compute_auto_height_for_block_formatting_context_root(LayoutState const&, BlockContainer const&);
static float compute_auto_height_for_block_level_element(LayoutState const&, Box const&);
static float calculate_auto_height(LayoutState const& state, Box const& box);
ShrinkToFitResult calculate_shrink_to_fit_widths(Box const&);