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:
@@ -32,7 +32,7 @@ namespace Web {
|
||||
|
||||
class LayoutTableRowGroup final : public LayoutBlock {
|
||||
public:
|
||||
LayoutTableRowGroup(DOM::Document&, const DOM::Element&, NonnullRefPtr<StyleProperties>);
|
||||
LayoutTableRowGroup(DOM::Document&, const DOM::Element&, NonnullRefPtr<CSS::StyleProperties>);
|
||||
virtual ~LayoutTableRowGroup() override;
|
||||
|
||||
virtual void layout(LayoutMode = LayoutMode::Default) override;
|
||||
|
||||
Reference in New Issue
Block a user