mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:27:45 +00:00
LibWeb: Make Document::paintable() return a ViewportPaintable
This commit is contained in:
parent
8bb275f2ea
commit
25375bf1d5
10 changed files with 34 additions and 11 deletions
|
@ -210,6 +210,9 @@ public:
|
|||
Layout::Viewport const* layout_node() const;
|
||||
Layout::Viewport* layout_node();
|
||||
|
||||
Painting::ViewportPaintable const* paintable() const;
|
||||
Painting::ViewportPaintable* paintable();
|
||||
|
||||
void schedule_style_update();
|
||||
void schedule_layout_update();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue