mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 10:37:17 +02:00
LibWeb: Move OutOfProcessWebView into the Web namespace
This commit is contained in:
committed by
Andreas Kling
parent
09ccb46980
commit
682b2fdb75
Notes:
sideshowbarker
2024-07-19 03:12:42 +09:00
Author: https://github.com/alimpfard Commit: https://github.com/SerenityOS/serenity/commit/682b2fdb75d Pull-request: https://github.com/SerenityOS/serenity/pull/3279 Reviewed-by: https://github.com/awesomekling Reviewed-by: https://github.com/linusg
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user