mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 07:44:58 +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,6 +32,8 @@
|
|||
#include <LibGUI/Window.h>
|
||||
#include <LibGfx/SystemTheme.h>
|
||||
|
||||
namespace Web {
|
||||
|
||||
OutOfProcessWebView::OutOfProcessWebView()
|
||||
{
|
||||
set_should_hide_unnecessary_scrollbars(true);
|
||||
|
@ -194,3 +196,5 @@ WebContentClient& OutOfProcessWebView::client()
|
|||
{
|
||||
return *m_client;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue