1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 15:37:46 +00:00

LibWeb: Add ImageBox to forwarding header

This commit is contained in:
Timothy Flynn 2024-02-18 20:08:46 -05:00 committed by Andreas Kling
parent 02c2b1e67e
commit c4295edc81

View file

@ -508,6 +508,7 @@ class ButtonBox;
class CheckBox;
class FlexFormattingContext;
class FormattingContext;
class ImageBox;
class InlineFormattingContext;
class Label;
class LabelableNode;