1
Fork 0
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:
Sam Atkins 2021-09-19 15:00:47 +01:00 committed by Andreas Kling
parent 3b6325e787
commit b047c1bc97
4 changed files with 83 additions and 37 deletions

View file

@ -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