summaryrefslogtreecommitdiff
path: root/Demos/WebView/WebContentView.h
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/WebView/WebContentView.h')
-rw-r--r--Demos/WebView/WebContentView.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Demos/WebView/WebContentView.h b/Demos/WebView/WebContentView.h
index 02be9b4017..3fc7745984 100644
--- a/Demos/WebView/WebContentView.h
+++ b/Demos/WebView/WebContentView.h
@@ -39,10 +39,13 @@ public:
void load(const URL&);
+ Function<void(const String&)> on_title_change;
+
void notify_server_did_layout(Badge<WebContentClient>, const Gfx::IntSize& content_size);
void notify_server_did_paint(Badge<WebContentClient>, i32 shbuf_id);
void notify_server_did_invalidate_content_rect(Badge<WebContentClient>, const Gfx::IntRect&);
void notify_server_did_change_selection(Badge<WebContentClient>);
+ void notify_server_did_change_title(Badge<WebContentClient>, const String&);
private:
WebContentView();