mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-17 06:52:23 +00:00
LibWeb: Draw elements with opacity in a separate stacking context
This commit is contained in:
parent
0e6ba6e1d3
commit
f567414f65
Notes:
sideshowbarker
2024-07-18 08:23:46 +09:00
Author: https://github.com/Cleverking2003
Commit: f567414f65
Pull-request: https://github.com/SerenityOS/serenity/pull/8956
Reviewed-by: https://github.com/AtkinsSJ
Reviewed-by: https://github.com/alimpfard
3 changed files with 27 additions and 1 deletions
|
@ -35,6 +35,8 @@ private:
|
|||
Box& m_box;
|
||||
StackingContext* const m_parent { nullptr };
|
||||
Vector<StackingContext*> m_children;
|
||||
|
||||
void paint_internal(PaintContext&);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue