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
Notes: sideshowbarker 2024-07-19 01:58:12 +09:00

View file

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