#include #include LayoutInline::LayoutInline(const Node& node, RefPtr style_properties) : LayoutNode(&node, move(style_properties)) { set_inline(true); } LayoutInline::~LayoutInline() { }