mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 09:39:39 +00:00
LibWeb: Delete before_children_paint
and after_children_paint
hooks
These were only used in SVGSVGPaintable to apply scroll frame id, which is already handled by `before_paint()` and `after_paint()` hooks in PaintableBox.
This commit is contained in:
parent
4ddbba64cc
commit
809e465e05
Notes:
github-actions[bot]
2025-07-06 19:45:17 +00:00
Author: https://github.com/kalenikaliaksandr
Commit: 809e465e05
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5330
4 changed files with 0 additions and 40 deletions
|
@ -73,9 +73,6 @@ public:
|
|||
|
||||
virtual void paint(PaintContext&, PaintPhase) const { }
|
||||
|
||||
virtual void before_children_paint(PaintContext&, PaintPhase) const { }
|
||||
virtual void after_children_paint(PaintContext&, PaintPhase) const { }
|
||||
|
||||
virtual void apply_scroll_offset(PaintContext&, PaintPhase) const { }
|
||||
virtual void reset_scroll_offset(PaintContext&, PaintPhase) const { }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue