summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Forward.h
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2022-03-11 00:03:28 +0100
committerAndreas Kling <kling@serenityos.org>2022-03-11 00:21:49 +0100
commit5779a910e5186fbf6bf2d26203312271073dcfce (patch)
tree7f1aae3a61dd35c8dfc391ca0dcc64be7a38a59a /Userland/Libraries/LibWeb/Forward.h
parentba606d90570f2a57cc094c19cf4fd35a43e22102 (diff)
downloadserenity-5779a910e5186fbf6bf2d26203312271073dcfce.zip
LibWeb: Move hit testing to the painting tree
Diffstat (limited to 'Userland/Libraries/LibWeb/Forward.h')
-rw-r--r--Userland/Libraries/LibWeb/Forward.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibWeb/Forward.h b/Userland/Libraries/LibWeb/Forward.h
index 730437e732..7f537ace26 100644
--- a/Userland/Libraries/LibWeb/Forward.h
+++ b/Userland/Libraries/LibWeb/Forward.h
@@ -271,6 +271,7 @@ class LabelablePaintable;
class Paintable;
class PaintableBox;
class PaintableWithLines;
+class StackingContext;
class TextPaintable;
}