1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 12:57:35 +00:00

LibWeb: Move some of PaintContext out of line

This commit is contained in:
Andreas Kling 2022-02-28 12:13:23 +01:00
parent ee50a4e060
commit ed089586ea
3 changed files with 42 additions and 13 deletions

View file

@ -276,6 +276,7 @@ set(SOURCES
Page/Page.cpp
Painting/BackgroundPainting.cpp
Painting/BorderPainting.cpp
Painting/PaintContext.cpp
Painting/ShadowPainting.cpp
Painting/StackingContext.cpp
RequestIdleCallback/IdleDeadline.cpp