mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
LibHTML: Implement rendering
This commit is contained in:
parent
93003bfda1
commit
235dee8c42
Notes:
sideshowbarker
2024-07-19 11:55:46 +09:00
Author: https://github.com/bugaevc
Commit: 235dee8c42
Pull-request: https://github.com/SerenityOS/serenity/pull/609
Reviewed-by: https://github.com/awesomekling ✅
7 changed files with 62 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue