mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
LibWeb: Split BackgroundStyleValue out of StyleValue.{h,cpp}
This commit is contained in:
parent
777d3e73f9
commit
92a0d4c0af
Notes:
sideshowbarker
2024-07-17 06:51:48 +09:00
Author: https://github.com/AtkinsSJ
Commit: 92a0d4c0af
Pull-request: https://github.com/SerenityOS/serenity/pull/18040
8 changed files with 156 additions and 119 deletions
|
@ -25,6 +25,7 @@
|
|||
#include <LibWeb/CSS/SelectorEngine.h>
|
||||
#include <LibWeb/CSS/StyleComputer.h>
|
||||
#include <LibWeb/CSS/StyleSheet.h>
|
||||
#include <LibWeb/CSS/StyleValues/BackgroundStyleValue.h>
|
||||
#include <LibWeb/DOM/Document.h>
|
||||
#include <LibWeb/DOM/Element.h>
|
||||
#include <LibWeb/FontCache.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue