summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/Forward.h
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibWeb/Forward.h')
-rw-r--r--Libraries/LibWeb/Forward.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Libraries/LibWeb/Forward.h b/Libraries/LibWeb/Forward.h
index deb84f39f2..4384d5f65e 100644
--- a/Libraries/LibWeb/Forward.h
+++ b/Libraries/LibWeb/Forward.h
@@ -148,6 +148,7 @@ namespace Web {
class EventHandler;
class Frame;
class FrameLoader;
+class InProcessWebView;
class LayoutBlock;
class LayoutButton;
class LayoutCheckBox;
@@ -159,9 +160,9 @@ class LineBox;
class LineBoxFragment;
class LoadRequest;
class Origin;
+class OutOfProcessWebView;
class Page;
class PageClient;
-class InProcessWebView;
class PaintContext;
class Resource;
class ResourceLoader;