mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:27:45 +00:00
LibWeb: Add non-const version of paintable_box() in DOM::Node
This commit is contained in:
parent
6868ace8f4
commit
c985a1b2af
5 changed files with 16 additions and 6 deletions
|
@ -183,6 +183,7 @@ public:
|
|||
Layout::Node* layout_node() { return m_layout_node; }
|
||||
|
||||
Painting::PaintableBox const* paintable_box() const;
|
||||
Painting::PaintableBox* paintable_box();
|
||||
Painting::Paintable const* paintable() const;
|
||||
|
||||
void set_layout_node(Badge<Layout::Node>, JS::NonnullGCPtr<Layout::Node>);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue