LibWeb: Add FlexFormattingContext to the forwarding header

This commit is contained in:
Andreas Kling 2021-10-19 14:19:22 +02:00
commit 19eda59359
Notes: sideshowbarker 2024-07-18 02:09:32 +09:00

View file

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