mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:47:35 +00:00
LibWeb: Rename WebContentView => OutOfProcessWebView
This commit is contained in:
parent
56c3748dcc
commit
b6e18133ae
10 changed files with 46 additions and 46 deletions
|
@ -32,7 +32,7 @@
|
|||
#include <LibHTTP/HttpJob.h>
|
||||
#include <LibWeb/Forward.h>
|
||||
|
||||
class WebContentView;
|
||||
class OutOfProcessWebView;
|
||||
|
||||
namespace Web {
|
||||
class WebViewHooks;
|
||||
|
@ -88,7 +88,7 @@ private:
|
|||
History m_history;
|
||||
|
||||
RefPtr<Web::InProcessWebView> m_page_view;
|
||||
RefPtr<WebContentView> m_web_content_view;
|
||||
RefPtr<OutOfProcessWebView> m_web_content_view;
|
||||
|
||||
RefPtr<GUI::Action> m_go_back_action;
|
||||
RefPtr<GUI::Action> m_go_forward_action;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue