mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 16:15:10 +00:00
LibWeb: Rename PageView => InProcessWebView
This commit is contained in:
parent
ba856c7ebe
commit
56c3748dcc
31 changed files with 88 additions and 88 deletions
|
@ -31,7 +31,7 @@
|
|||
#include <LibWeb/Layout/LayoutText.h>
|
||||
#include <LibWeb/Layout/LayoutWidget.h>
|
||||
#include <LibWeb/Page/Frame.h>
|
||||
#include <LibWeb/PageView.h>
|
||||
#include <LibWeb/InProcessWebView.h>
|
||||
|
||||
namespace Web {
|
||||
|
||||
|
@ -124,7 +124,7 @@ void Frame::set_needs_display(const Gfx::IntRect& rect)
|
|||
host_element()->layout_node()->set_needs_display();
|
||||
}
|
||||
|
||||
void Frame::did_scroll(Badge<PageView>)
|
||||
void Frame::did_scroll(Badge<InProcessWebView>)
|
||||
{
|
||||
if (!m_document)
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue