#include #include LayoutTableRow::LayoutTableRow(const Element& element, NonnullRefPtr style) : LayoutBox(&element, move(style)) { } LayoutTableRow::~LayoutTableRow() { } void LayoutTableRow::layout() { LayoutBox::layout(); }