diff options
Diffstat (limited to 'Services/WebContent/PageHost.h')
-rw-r--r-- | Services/WebContent/PageHost.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Services/WebContent/PageHost.h b/Services/WebContent/PageHost.h index 396ef92ce5..8db4923926 100644 --- a/Services/WebContent/PageHost.h +++ b/Services/WebContent/PageHost.h @@ -53,9 +53,11 @@ private: virtual Gfx::Palette palette() const override; virtual void page_did_invalidate(const Gfx::IntRect&) override; virtual void page_did_change_selection() override; + virtual void page_did_layout() override; explicit PageHost(ClientConnection&); + Web::LayoutDocument* layout_root(); void setup_palette(); ClientConnection& m_client; |