mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:27:44 +00:00
LibWeb: Make a handful of paintable leaf classes final
This commit is contained in:
parent
f914abaf29
commit
6b4062ab61
4 changed files with 4 additions and 4 deletions
|
@ -163,7 +163,7 @@ private:
|
|||
Optional<BorderRadiusCornerClipper> mutable m_overflow_corner_radius_clipper;
|
||||
};
|
||||
|
||||
class PaintableWithLines : public PaintableBox {
|
||||
class PaintableWithLines final : public PaintableBox {
|
||||
JS_CELL(PaintableWithLines, PaintableBox);
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue