mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
LibWeb/DOM: Rename Node::{paint => paintable}_box()
It returns a PaintableBox, not a 'PaintBox'.
This commit is contained in:
committed by
Andreas Kling
parent
754e458d0a
commit
d58b671ff6
@@ -1407,7 +1407,7 @@ Painting::Paintable const* Node::paintable() const
|
||||
return layout_node()->paintable();
|
||||
}
|
||||
|
||||
Painting::PaintableBox const* Node::paint_box() const
|
||||
Painting::PaintableBox const* Node::paintable_box() const
|
||||
{
|
||||
if (!layout_node())
|
||||
return nullptr;
|
||||
|
||||
Reference in New Issue
Block a user