From 05682f8c6632cb4e6eb2b83b3398f08ffa35a41b Mon Sep 17 00:00:00 2001 From: Sam Atkins Date: Wed, 17 Nov 2021 13:44:38 +0000 Subject: LibWeb: Add NodeWithStyleAndBoxModelMetrics to Forward.h --- Userland/Libraries/LibWeb/Forward.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Userland/Libraries') diff --git a/Userland/Libraries/LibWeb/Forward.h b/Userland/Libraries/LibWeb/Forward.h index a4768318f0..b19e9c96a6 100644 --- a/Userland/Libraries/LibWeb/Forward.h +++ b/Userland/Libraries/LibWeb/Forward.h @@ -254,6 +254,7 @@ class LineBox; class LineBoxFragment; class Node; class NodeWithStyle; +class NodeWithStyleAndBoxModelMetrics; class RadioButton; class ReplacedBox; class TextNode; -- cgit v1.2.3