summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/PageView.h
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibWeb/PageView.h')
-rw-r--r--Libraries/LibWeb/PageView.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/LibWeb/PageView.h b/Libraries/LibWeb/PageView.h
index f57f5f0f8a..8dec382d94 100644
--- a/Libraries/LibWeb/PageView.h
+++ b/Libraries/LibWeb/PageView.h
@@ -108,6 +108,7 @@ private:
virtual void page_did_request_scroll_to_anchor(const String& fragment) override;
virtual void page_did_invalidate(const Gfx::IntRect&) override;
virtual void page_did_change_favicon(const Gfx::Bitmap&) override;
+ virtual void page_did_layout() override;
void layout_and_sync_size();