mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +00:00
LibHTML: Start fleshing out a basic layout tree.
This commit is contained in:
10
LibHTML/LayoutText.cpp
Normal file
10
LibHTML/LayoutText.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <LibHTML/LayoutText.h>
|
||||
|
||||
LayoutText::LayoutText(const Text& text)
|
||||
: LayoutNode(&text)
|
||||
{
|
||||
}
|
||||
|
||||
LayoutText::~LayoutText()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user