mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibWeb: Split ShadowStyleValue out of StyleValue.{h,cpp}
This commit is contained in:
parent
6cedf5e05b
commit
08fa513887
Notes:
sideshowbarker
2024-07-16 22:22:13 +09:00
Author: https://github.com/AtkinsSJ
Commit: 08fa513887
Pull-request: https://github.com/SerenityOS/serenity/pull/18040
9 changed files with 100 additions and 63 deletions
|
@ -28,6 +28,7 @@
|
|||
#include <LibWeb/CSS/StyleValues/NumericStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/PercentageStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/PositionStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/ShadowStyleValue.h>
|
||||
#include <LibWeb/DOM/Document.h>
|
||||
#include <LibWeb/DOM/Element.h>
|
||||
#include <LibWeb/Layout/Viewport.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue