mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 23:56:06 +00:00
LibWeb: Don't clip to containing block when painting abspos descendants
This commit is contained in:
parent
f941b7aefe
commit
63c727a4a3
Notes:
sideshowbarker
2024-07-17 07:11:10 +09:00
Author: https://github.com/awesomekling
Commit: 63c727a4a3
10 changed files with 37 additions and 25 deletions
|
@ -107,8 +107,8 @@ public:
|
|||
DOM::Document const& document() const { return layout_box().document(); }
|
||||
DOM::Document& document() { return layout_box().document(); }
|
||||
|
||||
virtual void before_children_paint(PaintContext&, PaintPhase) const override;
|
||||
virtual void after_children_paint(PaintContext&, PaintPhase) const override;
|
||||
virtual void before_children_paint(PaintContext&, PaintPhase, ShouldClipOverflow) const override;
|
||||
virtual void after_children_paint(PaintContext&, PaintPhase, ShouldClipOverflow) const override;
|
||||
|
||||
virtual Optional<HitTestResult> hit_test(Gfx::FloatPoint const&, HitTestType) const override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue