mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 18:25:07 +00:00
LibHTML: Add a LayoutStyle object (computed style for a LayoutNode.)
This commit is contained in:
parent
fec098b5cd
commit
e3d3e431dc
4 changed files with 59 additions and 0 deletions
9
LibHTML/Layout/LayoutStyle.cpp
Normal file
9
LibHTML/Layout/LayoutStyle.cpp
Normal file
|
@ -0,0 +1,9 @@
|
|||
#include <LibHTML/Layout/LayoutStyle.h>
|
||||
|
||||
LayoutStyle::LayoutStyle()
|
||||
{
|
||||
}
|
||||
|
||||
LayoutStyle::~LayoutStyle()
|
||||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue