|
@@ -15,7 +15,6 @@ WebContentClient::WebContentClient(OutOfProcessWebView& view)
|
|
|
: IPC::ServerConnection<WebContentClientEndpoint, WebContentServerEndpoint>(*this, "/tmp/portal/webcontent")
|
|
|
, m_view(view)
|
|
|
{
|
|
|
- handshake();
|
|
|
}
|
|
|
|
|
|
void WebContentClient::die()
|
|
@@ -24,10 +23,6 @@ void WebContentClient::die()
|
|
|
on_web_content_process_crash();
|
|
|
}
|
|
|
|
|
|
-void WebContentClient::handshake()
|
|
|
-{
|
|
|
-}
|
|
|
-
|
|
|
void WebContentClient::did_paint(const Gfx::IntRect&, i32 bitmap_id)
|
|
|
{
|
|
|
m_view.notify_server_did_paint({}, bitmap_id);
|