diff options
author | Sam Atkins <atkinssj@serenityos.org> | 2021-11-17 13:44:38 +0000 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-11-17 22:20:01 +0100 |
commit | 05682f8c6632cb4e6eb2b83b3398f08ffa35a41b (patch) | |
tree | 3d88b6bf6c61d18eb0dc280b80a5baa2b1ff6282 /Userland/Libraries | |
parent | 1f894cee59814ada237a02ff49774bcce6caf9b7 (diff) | |
download | serenity-05682f8c6632cb4e6eb2b83b3398f08ffa35a41b.zip |
LibWeb: Add NodeWithStyleAndBoxModelMetrics to Forward.h
Diffstat (limited to 'Userland/Libraries')
-rw-r--r-- | Userland/Libraries/LibWeb/Forward.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |