mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:07:35 +00:00
LibWeb: Move OutOfProcessWebView into the Web namespace
This commit is contained in:
parent
09ccb46980
commit
682b2fdb75
9 changed files with 24 additions and 10 deletions
|
@ -32,9 +32,8 @@
|
|||
#include <LibHTTP/HttpJob.h>
|
||||
#include <LibWeb/Forward.h>
|
||||
|
||||
class OutOfProcessWebView;
|
||||
|
||||
namespace Web {
|
||||
class OutOfProcessWebView;
|
||||
class WebViewHooks;
|
||||
}
|
||||
|
||||
|
@ -88,7 +87,7 @@ private:
|
|||
History m_history;
|
||||
|
||||
RefPtr<Web::InProcessWebView> m_page_view;
|
||||
RefPtr<OutOfProcessWebView> m_web_content_view;
|
||||
RefPtr<Web::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