blob: f77d5c64198577e9adeb3984720e6d5ceeba382e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
=====================
Multi-process model:
=====================
Server Client
WebContent GUI process (OutOfProcessWebView embedder)
OutOfProcessWebView (this is a GUI::Widget)
WebContent::ConnectionFromClient <---> WebContentClient
WebContent::PageHost (Web::PageClient)
Web::Page
Web::Frame
Web::Document
..
|