mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
LibWeb: Split ResolutionStyleValue out of StyleValue.{h,cpp}
This commit is contained in:
parent
b1ccd30b02
commit
6cedf5e05b
Notes:
sideshowbarker
2024-07-16 22:34:39 +09:00
Author: https://github.com/AtkinsSJ
Commit: 6cedf5e05b
Pull-request: https://github.com/SerenityOS/serenity/pull/18040
4 changed files with 40 additions and 24 deletions
|
@ -61,6 +61,7 @@
|
|||
#include <LibWeb/CSS/StyleValues/PercentageStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/PositionStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/RadialGradientStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/ResolutionStyleValue.h>
|
||||
#include <LibWeb/DOM/Document.h>
|
||||
#include <LibWeb/Dump.h>
|
||||
#include <LibWeb/Infra/Strings.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue