mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 22:18:12 +00:00
LibWeb: Move background painting from 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
b047c1bc97
commit
abc22b727c
5 changed files with 86 additions and 49 deletions
|
@ -221,6 +221,7 @@ set(SOURCES
|
|||
Page/EditEventHandler.cpp
|
||||
Page/EventHandler.cpp
|
||||
Page/Page.cpp
|
||||
Painting/BackgroundPainting.cpp
|
||||
Painting/BorderPainting.cpp
|
||||
Painting/ShadowPainting.cpp
|
||||
Painting/StackingContext.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue