LibWeb: Delete VideoPaintable::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:31:32 +02:00 committed by Jelle Raaijmakers
parent 5c699e1a45
commit 2c2584ee99
Notes: github-actions[bot] 2025-10-10 07:05:27 +00:00
2 changed files with 1 additions and 14 deletions

View file

@ -20,9 +20,6 @@ public:
virtual void paint(DisplayListRecordingContext&, PaintPhase) const override;
Layout::VideoBox& layout_box();
Layout::VideoBox const& layout_box() const;
private:
VideoPaintable(Layout::VideoBox const&);