diff options
author | Andreas Kling <kling@serenityos.org> | 2021-10-19 14:19:22 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-10-19 19:14:59 +0200 |
commit | 19eda59359e2f7717c85f065f33d4186dd182097 (patch) | |
tree | 2702d39980e4703c1d466c3de92204797e2c6f9f /Userland | |
parent | e6e00d2a4d5314045c752f34c436b76205e34f9f (diff) | |
download | serenity-19eda59359e2f7717c85f065f33d4186dd182097.zip |
LibWeb: Add FlexFormattingContext to the forwarding header
Diffstat (limited to 'Userland')
-rw-r--r-- | Userland/Libraries/LibWeb/Forward.h | 1 |
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; |