mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 07:07:23 +00:00
LibWeb: Move OutOfProcessWebView into the Web namespace
This commit is contained in:
committed by
Andreas Kling
parent
09ccb46980
commit
682b2fdb75
@@ -31,6 +31,8 @@
|
||||
#include <WebContent/WebContentClientEndpoint.h>
|
||||
#include <WebContent/WebContentServerEndpoint.h>
|
||||
|
||||
namespace Web {
|
||||
|
||||
class OutOfProcessWebView;
|
||||
|
||||
class WebContentClient
|
||||
@@ -61,3 +63,5 @@ private:
|
||||
|
||||
OutOfProcessWebView& m_view;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user