1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 17:57:35 +00:00

Browser: Inform WebView processes of the browser window's position/size

This commit is contained in:
Timothy Flynn 2022-11-01 15:43:53 -04:00 committed by Linus Groh
parent 6aea60e6ee
commit 325e3c7bc6
5 changed files with 53 additions and 0 deletions

View file

@ -57,6 +57,9 @@ public:
void action_entered(GUI::Action&);
void action_left(GUI::Action&);
void window_position_changed(Gfx::IntPoint const&);
void window_size_changed(Gfx::IntSize const&);
Function<void(String const&)> on_title_change;
Function<void(const URL&)> on_tab_open_request;
Function<void(Tab&)> on_tab_close_request;