WebContent: Remove the sync result from did_request_fullscreen_window

This was unused.
This commit is contained in:
Zaggy1024
2026-03-16 17:38:31 -05:00
committed by Gregory Bertilson
parent 63820376ef
commit d0a38bd046
Notes: github-actions[bot] 2026-03-18 00:00:18 +00:00
3 changed files with 3 additions and 4 deletions

View File

@@ -101,7 +101,7 @@ endpoint WebContentClient
did_request_resize_window(u64 page_id, Gfx::IntSize size) =|
did_request_maximize_window(u64 page_id) =|
did_request_minimize_window(u64 page_id) =|
did_request_fullscreen_window(u64 page_id) => (bool success)
did_request_fullscreen_window(u64 page_id) =|
did_request_exit_fullscreen(u64 page_id) =|
did_request_file(u64 page_id, ByteString path, i32 request_id) =|
did_request_color_picker(u64 page_id, Color current_color) =|