1
Fork 0
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:
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()