mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:27:45 +00:00
LibWeb/Layout: Rename Box::{paint => paintable}_box()
It returns a PaintableBox, not a 'PaintBox'.
This commit is contained in:
parent
ec37b55777
commit
754e458d0a
20 changed files with 50 additions and 50 deletions
|
@ -22,7 +22,7 @@ class Box : public NodeWithStyleAndBoxModelMetrics {
|
|||
JS_CELL(Box, NodeWithStyleAndBoxModelMetrics);
|
||||
|
||||
public:
|
||||
Painting::PaintableBox const* paint_box() const;
|
||||
Painting::PaintableBox const* paintable_box() const;
|
||||
|
||||
virtual void set_needs_display() override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue