summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Forward.h
diff options
context:
space:
mode:
authorTimothy Flynn <trflynn89@pm.me>2023-05-04 08:48:53 -0400
committerAndreas Kling <kling@serenityos.org>2023-05-04 16:48:10 +0200
commitf78eadf00f0b738ebd69a28e19890289cf184d9a (patch)
treeec4aea31527aea1d5536a8acb44bf70fb13a3f0b /Userland/Libraries/LibWeb/Forward.h
parent88b89694433760da56a3e1e0684dc463fbfa76d5 (diff)
downloadserenity-f78eadf00f0b738ebd69a28e19890289cf184d9a.zip
LibWeb: Add an interface to be notified of Document state changes
Some HTML elements, e.g. HTMLMediaElement, need to take action when the document becomes inactive.
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 03df51f5a4..ba9687a466 100644
--- a/Userland/Libraries/LibWeb/Forward.h
+++ b/Userland/Libraries/LibWeb/Forward.h
@@ -189,6 +189,7 @@ class CustomEvent;
class Document;
class DocumentFragment;
class DocumentLoadEventDelayer;
+class DocumentObserver;
class DocumentType;
class DOMEventListener;
class DOMImplementation;