mirror of
https://github.com/RGBCube/serenity
synced 2025-07-19 11:57:35 +00:00
LibHTML: Add layout() overrides for LayoutText and LayoutBlock.
This commit is contained in:
parent
8cb0c765ca
commit
2e2b97dc8a
6 changed files with 38 additions and 0 deletions
|
@ -9,3 +9,10 @@ LayoutBlock::LayoutBlock(Element& element)
|
|||
LayoutBlock::~LayoutBlock()
|
||||
{
|
||||
}
|
||||
|
||||
void LayoutBlock::layout()
|
||||
{
|
||||
LayoutNode::layout();
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue