mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 04:38:11 +00:00
LibWeb: Register the OutOfProcessWebView widget
This commit is contained in:
parent
e40135fefd
commit
9f3789cdc7
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@
|
||||||
#include <LibGUI/Window.h>
|
#include <LibGUI/Window.h>
|
||||||
#include <LibGfx/SystemTheme.h>
|
#include <LibGfx/SystemTheme.h>
|
||||||
|
|
||||||
|
REGISTER_WIDGET(Web, OutOfProcessWebView)
|
||||||
|
|
||||||
namespace Web {
|
namespace Web {
|
||||||
|
|
||||||
OutOfProcessWebView::OutOfProcessWebView()
|
OutOfProcessWebView::OutOfProcessWebView()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue