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