LibWeb: Register the OutOfProcessWebView widget

This commit is contained in:
Linus Groh
2020-10-08 21:11:32 +01:00
committed by Andreas Kling
parent e40135fefd
commit 9f3789cdc7

View File

@@ -33,6 +33,8 @@
#include <LibGUI/Window.h>
#include <LibGfx/SystemTheme.h>
REGISTER_WIDGET(Web, OutOfProcessWebView)
namespace Web {
OutOfProcessWebView::OutOfProcessWebView()