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
Notes: sideshowbarker 2024-07-18 05:18:31 +09:00

View File

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