mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
LibWeb: Split BorderRadiusStyleValue out of StyleValue.{h,cpp}
This commit is contained in:
parent
25114c159d
commit
66bc816284
Notes:
sideshowbarker
2024-07-16 22:51:10 +09:00
Author: https://github.com/AtkinsSJ
Commit: 66bc816284
Pull-request: https://github.com/SerenityOS/serenity/pull/18040
10 changed files with 95 additions and 54 deletions
|
@ -15,6 +15,7 @@
|
|||
#include <LibWeb/CSS/StyleValues/BackgroundRepeatStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/BackgroundStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/BorderRadiusShorthandStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/BorderRadiusStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/BorderStyleValue.h>
|
||||
#include <LibWeb/DOM/Document.h>
|
||||
#include <LibWeb/DOM/Element.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue