#include #include #include LayoutInline::LayoutInline(const Element& element, NonnullRefPtr style) : LayoutNodeWithStyle(&element, move(style)) { set_inline(true); } LayoutInline::~LayoutInline() { }