summaryrefslogtreecommitdiff
path: root/Userland
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-10-19 14:19:22 +0200
committerAndreas Kling <kling@serenityos.org>2021-10-19 19:14:59 +0200
commit19eda59359e2f7717c85f065f33d4186dd182097 (patch)
tree2702d39980e4703c1d466c3de92204797e2c6f9f /Userland
parente6e00d2a4d5314045c752f34c436b76205e34f9f (diff)
downloadserenity-19eda59359e2f7717c85f065f33d4186dd182097.zip
LibWeb: Add FlexFormattingContext to the forwarding header
Diffstat (limited to 'Userland')
-rw-r--r--Userland/Libraries/LibWeb/Forward.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibWeb/Forward.h b/Userland/Libraries/LibWeb/Forward.h
index 864b2f5f1e..894c9bed5c 100644
--- a/Userland/Libraries/LibWeb/Forward.h
+++ b/Userland/Libraries/LibWeb/Forward.h
@@ -242,6 +242,7 @@ class BlockFormattingContext;
class Box;
class ButtonBox;
class CheckBox;
+class FlexFormattingContext;
class FormattingContext;
class InitialContainingBlock;
class InlineFormattingContext;