LibWeb: Delete AudioPaintable::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:46:19 +02:00 committed by Jelle Raaijmakers
parent 33a8fbd22c
commit d3f40e9a72
Notes: github-actions[bot] 2025-10-10 07:05:07 +00:00
6 changed files with 10 additions and 25 deletions

View file

@ -20,9 +20,6 @@ public:
virtual void paint(DisplayListRecordingContext&, PaintPhase) const override;
Layout::AudioBox& layout_box();
Layout::AudioBox const& layout_box() const;
private:
explicit AudioPaintable(Layout::AudioBox const&);
};