#include #include LayoutInline::LayoutInline(Element& element) : LayoutNode(&element) { } LayoutInline::~LayoutInline() { }