mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 01:24:57 +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 <LibGfx/SystemTheme.h>
|
||||
|
||||
REGISTER_WIDGET(Web, OutOfProcessWebView)
|
||||
|
||||
namespace Web {
|
||||
|
||||
OutOfProcessWebView::OutOfProcessWebView()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue