summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/OutOfProcessWebView.h
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibWeb/OutOfProcessWebView.h')
-rw-r--r--Libraries/LibWeb/OutOfProcessWebView.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Libraries/LibWeb/OutOfProcessWebView.h b/Libraries/LibWeb/OutOfProcessWebView.h
index 506f46cdaa..bdde1f7cff 100644
--- a/Libraries/LibWeb/OutOfProcessWebView.h
+++ b/Libraries/LibWeb/OutOfProcessWebView.h
@@ -31,6 +31,8 @@
#include <LibGUI/Widget.h>
#include <LibWeb/WebViewHooks.h>
+namespace Web {
+
class WebContentClient;
class OutOfProcessWebView final
@@ -83,3 +85,5 @@ private:
RefPtr<Gfx::Bitmap> m_front_bitmap;
RefPtr<Gfx::Bitmap> m_back_bitmap;
};
+
+}