LibWeb: Delete CanvasPaintable::layout_box()

No need for this method when we could reach into DOM node directly from
Paintable.
This commit is contained in:
Aliaksandr Kalenik 2025-10-10 03:47:05 +02:00 committed by Jelle Raaijmakers
parent d3f40e9a72
commit 38ca745a59
Notes: github-actions[bot] 2025-10-10 07:04:58 +00:00
2 changed files with 4 additions and 12 deletions

View file

@ -20,8 +20,6 @@ public:
virtual void paint(DisplayListRecordingContext&, PaintPhase) const override;
Layout::CanvasBox const& layout_box() const;
private:
CanvasPaintable(Layout::CanvasBox const&);
};