mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 12:49:08 +00:00
LibWeb: Move OutOfProcessWebView into the Web namespace
This commit is contained in:
committed by
Andreas Kling
parent
09ccb46980
commit
682b2fdb75
@@ -31,6 +31,8 @@
|
||||
#include <LibGUI/Widget.h>
|
||||
#include <LibWeb/WebViewHooks.h>
|
||||
|
||||
namespace Web {
|
||||
|
||||
class WebContentClient;
|
||||
|
||||
class OutOfProcessWebView final
|
||||
@@ -83,3 +85,5 @@ private:
|
||||
RefPtr<Gfx::Bitmap> m_front_bitmap;
|
||||
RefPtr<Gfx::Bitmap> m_back_bitmap;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user