summaryrefslogtreecommitdiff
path: root/Libraries/LibHTML/HtmlView.h
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibHTML/HtmlView.h')
-rw-r--r--Libraries/LibHTML/HtmlView.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/LibHTML/HtmlView.h b/Libraries/LibHTML/HtmlView.h
index 19c18e7335..b0d3d05d34 100644
--- a/Libraries/LibHTML/HtmlView.h
+++ b/Libraries/LibHTML/HtmlView.h
@@ -29,6 +29,7 @@ public:
void set_should_show_line_box_borders(bool value) { m_should_show_line_box_borders = value; }
Function<void(const String&)> on_link_click;
+ Function<void(const String&)> on_link_hover;
Function<void(const String&)> on_title_change;
Function<void(const URL&)> on_load_start;