mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-01 23:26:36 +00:00
LibWeb: Make Document::paintable() return a ViewportPaintable
This commit is contained in:
parent
8bb275f2ea
commit
25375bf1d5
Notes:
sideshowbarker
2024-07-17 05:23:40 +09:00
Author: https://github.com/awesomekling
Commit: 25375bf1d5
Pull-request: https://github.com/SerenityOS/serenity/pull/20661
10 changed files with 34 additions and 11 deletions
|
@ -185,6 +185,7 @@ public:
|
|||
Painting::PaintableBox const* paintable_box() const;
|
||||
Painting::PaintableBox* paintable_box();
|
||||
Painting::Paintable const* paintable() const;
|
||||
Painting::Paintable* paintable();
|
||||
|
||||
void set_layout_node(Badge<Layout::Node>, JS::NonnullGCPtr<Layout::Node>);
|
||||
void detach_layout_node(Badge<Layout::TreeBuilder>);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue