LibWebView+UI: Handle worker agent requests from within LibWebView

There is no longer any UI-specific facilities needed to launch a worker
agent.
This commit is contained in:
Timothy Flynn 2024-11-13 16:08:08 -05:00 committed by Andreas Kling
commit 44d6601dc5
Notes: github-actions[bot] 2024-11-14 10:48:29 +00:00
5 changed files with 3 additions and 19 deletions

View file

@ -230,7 +230,6 @@ public:
Function<void(size_t, Gfx::IntPoint)> on_inspector_requested_cookie_context_menu;
Function<void(String const&)> on_inspector_executed_console_script;
Function<void(String const&)> on_inspector_exported_inspector_html;
Function<IPC::File()> on_request_worker_agent;
virtual Web::DevicePixelSize viewport_size() const = 0;
virtual Gfx::IntPoint to_content_position(Gfx::IntPoint widget_position) const = 0;