mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-01 00:38:48 +00:00
LibWeb: Register the OutOfProcessWebView widget
This commit is contained in:
parent
e40135fefd
commit
9f3789cdc7
Notes:
sideshowbarker
2024-07-19 01:58:12 +09:00
Author: https://github.com/linusg
Commit: 9f3789cdc7
Pull-request: https://github.com/SerenityOS/serenity/pull/3727
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@
|
|||
#include <LibGUI/Window.h>
|
||||
#include <LibGfx/SystemTheme.h>
|
||||
|
||||
REGISTER_WIDGET(Web, OutOfProcessWebView)
|
||||
|
||||
namespace Web {
|
||||
|
||||
OutOfProcessWebView::OutOfProcessWebView()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue