mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-25 02:38:59 +00:00
LibWeb: Split BackgroundSizeStyleValue out of StyleValue.{h,cpp}
This commit is contained in:
parent
52cd0b2f47
commit
9d5296889f
Notes:
sideshowbarker
2024-07-17 03:00:02 +09:00
Author: https://github.com/AtkinsSJ
Commit: 9d5296889f
Pull-request: https://github.com/SerenityOS/serenity/pull/18040
7 changed files with 74 additions and 35 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
#include <AK/Demangle.h>
|
||||
#include <LibWeb/CSS/StyleValues/BackgroundRepeatStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/BackgroundSizeStyleValue.h>
|
||||
#include <LibWeb/DOM/Document.h>
|
||||
#include <LibWeb/Dump.h>
|
||||
#include <LibWeb/HTML/BrowsingContext.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue