mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
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:
parent
5c699e1a45
commit
2c2584ee99
Notes:
github-actions[bot]
2025-10-10 07:05:27 +00:00
Author: https://github.com/kalenikaliaksandr
Commit: 2c2584ee99
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6433
Reviewed-by: https://github.com/gmta ✅
2 changed files with 1 additions and 14 deletions
|
|
@ -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&);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue