diff options
Diffstat (limited to 'Userland/Libraries/LibWeb/Layout/TableFormattingContext.h')
-rw-r--r-- | Userland/Libraries/LibWeb/Layout/TableFormattingContext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/Layout/TableFormattingContext.h b/Userland/Libraries/LibWeb/Layout/TableFormattingContext.h index 3776ed82c0..96122e7abd 100644 --- a/Userland/Libraries/LibWeb/Layout/TableFormattingContext.h +++ b/Userland/Libraries/LibWeb/Layout/TableFormattingContext.h @@ -33,7 +33,7 @@ private: void distribute_width_to_columns(); void determine_intrisic_size_of_table_container(AvailableSpace const& available_space); void calculate_row_heights(LayoutMode layout_mode); - void position_row_boxes(); + void position_row_boxes(CSSPixels&); void position_cell_boxes(); CSSPixels m_automatic_content_height { 0 }; |