1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-16 17:30:59 +00:00
serenity/LibHTML/Layout/ComputedStyle.cpp
2019-07-03 07:25:04 +02:00

9 lines
115 B
C++

#include <LibHTML/Layout/ComputedStyle.h>
ComputedStyle::ComputedStyle()
{
}
ComputedStyle::~ComputedStyle()
{
}