1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:57:43 +00:00

LibHTML: Implement rendering

This commit is contained in:
Sergey Bugaev 2019-09-25 12:40:37 +03:00 committed by Andreas Kling
parent 93003bfda1
commit 235dee8c42
7 changed files with 62 additions and 0 deletions

View file

@ -12,6 +12,7 @@ public:
virtual const char* class_name() const override { return "LayoutBlock"; }
virtual void layout() override;
virtual void render(RenderingContext&) override;
virtual LayoutNode& inline_wrapper() override;