mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:57:46 +00:00
LibWeb: Move box-shadow painting out of Box to its own file
This makes the code accessible to things that aren't a Box, such as InlineNode.
This commit is contained in:
parent
3b6325e787
commit
b047c1bc97
4 changed files with 83 additions and 37 deletions
|
@ -222,6 +222,7 @@ set(SOURCES
|
|||
Page/EventHandler.cpp
|
||||
Page/Page.cpp
|
||||
Painting/BorderPainting.cpp
|
||||
Painting/ShadowPainting.cpp
|
||||
Painting/StackingContext.cpp
|
||||
RequestIdleCallback/IdleDeadline.cpp
|
||||
SVG/AttributeNames.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue