mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
LibWeb: Move CSS classes into the Web::CSS namespace
This commit is contained in:
@@ -34,7 +34,7 @@ class LayoutTableCell;
|
||||
|
||||
class LayoutTableRow final : public LayoutBox {
|
||||
public:
|
||||
LayoutTableRow(DOM::Document&, const DOM::Element&, NonnullRefPtr<StyleProperties>);
|
||||
LayoutTableRow(DOM::Document&, const DOM::Element&, NonnullRefPtr<CSS::StyleProperties>);
|
||||
virtual ~LayoutTableRow() override;
|
||||
|
||||
void layout_row(const Vector<float>& column_widths);
|
||||
|
||||
Reference in New Issue
Block a user