LibWeb: Rename function to find table box width inside table wrapper

compute_table_box_width_inside_table_wrapper should be a better name
considering what this function does.
This commit is contained in:
Aliaksandr Kalenik 2023-05-07 02:59:39 +03:00 committed by Andreas Kling
commit 038283f3fc
Notes: sideshowbarker 2024-07-16 23:23:26 +09:00
2 changed files with 3 additions and 3 deletions

View file

@ -58,7 +58,7 @@ private:
void compute_width_for_block_level_replaced_element_in_normal_flow(ReplacedBox const&, AvailableSpace const&);
CSSPixels compute_width_for_table_wrapper(Box const&, AvailableSpace const&);
CSSPixels compute_table_box_width_inside_table_wrapper(Box const&, AvailableSpace const&);
void layout_viewport(LayoutMode, AvailableSpace const&);