1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 03:08:13 +00:00

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
parent 1f894cee59
commit 05682f8c66

View file

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