1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 23:28:11 +00:00

LibWeb: Add StyleValue to Forward.h

This commit is contained in:
Sam Atkins 2021-08-16 17:41:49 +01:00 committed by Andreas Kling
parent 543550d1df
commit 38ee69adfa

View file

@ -27,6 +27,7 @@ class Selector;
class StyleProperties;
class StyleResolver;
class StyleSheet;
class StyleValue;
enum class Display;
}