1
Fork 0
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:
Andreas Kling 2019-06-16 13:44:09 +02:00
parent fec098b5cd
commit e3d3e431dc
4 changed files with 59 additions and 0 deletions

View file

@ -0,0 +1,9 @@
#include <LibHTML/Layout/LayoutStyle.h>
LayoutStyle::LayoutStyle()
{
}
LayoutStyle::~LayoutStyle()
{
}