mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-06 09:36:08 +00:00
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:
parent
3a605d8c19
commit
038283f3fc
Notes:
sideshowbarker
2024-07-16 23:23:26 +09:00
Author: https://github.com/kalenikaliaksandr
Commit: 038283f3fc
Pull-request: https://github.com/SerenityOS/serenity/pull/18692
2 changed files with 3 additions and 3 deletions
|
@ -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&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue