Browse Source

LibWeb: Add FlexFormattingContext to the forwarding header

Andreas Kling 3 years ago
parent
commit
19eda59359
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Userland/Libraries/LibWeb/Forward.h

+ 1 - 0
Userland/Libraries/LibWeb/Forward.h

@@ -242,6 +242,7 @@ class BlockFormattingContext;
 class Box;
 class Box;
 class ButtonBox;
 class ButtonBox;
 class CheckBox;
 class CheckBox;
+class FlexFormattingContext;
 class FormattingContext;
 class FormattingContext;
 class InitialContainingBlock;
 class InitialContainingBlock;
 class InlineFormattingContext;
 class InlineFormattingContext;