mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-31 14:48:17 +00:00
LibWeb+WebContent: Support displaying tooltips in OOPWV
This commit is contained in:
parent
c503047c71
commit
5b617df496
Notes:
sideshowbarker
2024-07-18 20:57:01 +09:00
Author: https://github.com/trflynn89
Commit: 5b617df496
Pull-request: https://github.com/SerenityOS/serenity/pull/6026
Reviewed-by: https://github.com/awesomekling
7 changed files with 39 additions and 0 deletions
|
@ -59,6 +59,8 @@ private:
|
|||
virtual void handle(const Messages::WebContentClient::DidChangeTitle&) override;
|
||||
virtual void handle(const Messages::WebContentClient::DidRequestScroll&) override;
|
||||
virtual void handle(const Messages::WebContentClient::DidRequestScrollIntoView&) override;
|
||||
virtual void handle(const Messages::WebContentClient::DidEnterTooltipArea&) override;
|
||||
virtual void handle(const Messages::WebContentClient::DidLeaveTooltipArea&) override;
|
||||
virtual void handle(const Messages::WebContentClient::DidHoverLink&) override;
|
||||
virtual void handle(const Messages::WebContentClient::DidUnhoverLink&) override;
|
||||
virtual void handle(const Messages::WebContentClient::DidClickLink&) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue