mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 06:48:12 +00:00
LibWeb: LayoutMode line_break_policy => LayoutMode layout_mode
This commit is contained in:
parent
a8f0e4d56e
commit
35040dd2c4
11 changed files with 41 additions and 41 deletions
|
@ -39,9 +39,9 @@ LayoutTable::~LayoutTable()
|
|||
{
|
||||
}
|
||||
|
||||
void LayoutTable::layout(LayoutMode line_break_policy)
|
||||
void LayoutTable::layout(LayoutMode layout_mode)
|
||||
{
|
||||
LayoutBlock::layout(line_break_policy);
|
||||
LayoutBlock::layout(layout_mode);
|
||||
}
|
||||
|
||||
LayoutTableRow* LayoutTable::first_row()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue