summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Painting
diff options
context:
space:
mode:
authorSam Atkins <atkinssj@serenityos.org>2023-03-24 16:35:18 +0000
committerLinus Groh <mail@linusgroh.de>2023-03-25 16:56:04 +0000
commit0f04fa2e6e8ffa9907641baf9b1a64d9bcc45a25 (patch)
treee7d6428fb27c8c1d90417dcaae0b9994685b5eb8 /Userland/Libraries/LibWeb/Painting
parentc8ffd82cb75fe3b5daa07329ab07ffceb43bd11b (diff)
downloadserenity-0f04fa2e6e8ffa9907641baf9b1a64d9bcc45a25.zip
LibWeb: Split RadialGradientStyleValue out of StyleValue.{h,cpp}
Diffstat (limited to 'Userland/Libraries/LibWeb/Painting')
-rw-r--r--Userland/Libraries/LibWeb/Painting/GradientPainting.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibWeb/Painting/GradientPainting.cpp b/Userland/Libraries/LibWeb/Painting/GradientPainting.cpp
index d409c63fb7..f7962f9b92 100644
--- a/Userland/Libraries/LibWeb/Painting/GradientPainting.cpp
+++ b/Userland/Libraries/LibWeb/Painting/GradientPainting.cpp
@@ -9,6 +9,7 @@
#include <LibWeb/CSS/StyleValue.h>
#include <LibWeb/CSS/StyleValues/ConicGradientStyleValue.h>
#include <LibWeb/CSS/StyleValues/LinearGradientStyleValue.h>
+#include <LibWeb/CSS/StyleValues/RadialGradientStyleValue.h>
#include <LibWeb/Painting/GradientPainting.h>
namespace Web::Painting {