LibWeb: Add NodeWithStyleAndBoxModelMetrics to Forward.h

This commit is contained in:
Sam Atkins 2021-11-17 13:44:38 +00:00 committed by Andreas Kling
commit 05682f8c66
Notes: sideshowbarker 2024-07-18 05:37:06 +09:00

View file

@ -254,6 +254,7 @@ class LineBox;
class LineBoxFragment;
class Node;
class NodeWithStyle;
class NodeWithStyleAndBoxModelMetrics;
class RadioButton;
class ReplacedBox;
class TextNode;