mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 11:20:03 +00:00
LibWeb: Rename WebContentView => OutOfProcessWebView
This commit is contained in:
@@ -25,10 +25,10 @@
|
||||
*/
|
||||
|
||||
#include "WebContentClient.h"
|
||||
#include "WebContentView.h"
|
||||
#include "OutOfProcessWebView.h"
|
||||
#include <AK/SharedBuffer.h>
|
||||
|
||||
WebContentClient::WebContentClient(WebContentView& view)
|
||||
WebContentClient::WebContentClient(OutOfProcessWebView& view)
|
||||
: IPC::ServerConnection<WebContentClientEndpoint, WebContentServerEndpoint>(*this, "/tmp/portal/webcontent")
|
||||
, m_view(view)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user