mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:37:36 +00:00
LibWeb: Move border painting from Layout::Box to a free function
This will allow us to share some code between inline and non-inline border painting.
This commit is contained in:
parent
c01070df1b
commit
3eb07d289e
6 changed files with 211 additions and 128 deletions
|
@ -180,6 +180,7 @@ set(SOURCES
|
|||
Page/EventHandler.cpp
|
||||
Page/Frame.cpp
|
||||
Page/Page.cpp
|
||||
Painting/BorderPainting.cpp
|
||||
Painting/StackingContext.cpp
|
||||
SVG/SVGElement.cpp
|
||||
SVG/SVGGeometryElement.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue