Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(706)

Unified Diff: third_party/WebKit/Source/core/workers/ThreadedWorkletMessagingProxy.h

Issue 2939773005: [POC] Implement "module responses map" concept (Closed)
Patch Set: rebase Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/workers/ThreadedWorkletMessagingProxy.h
diff --git a/third_party/WebKit/Source/core/workers/ThreadedWorkletMessagingProxy.h b/third_party/WebKit/Source/core/workers/ThreadedWorkletMessagingProxy.h
index cedc88b22500bde680f0fe778fa38484c96503cc..076bdd37a1cf70ae1713e5f98e007e9fae247982 100644
--- a/third_party/WebKit/Source/core/workers/ThreadedWorkletMessagingProxy.h
+++ b/third_party/WebKit/Source/core/workers/ThreadedWorkletMessagingProxy.h
@@ -25,6 +25,7 @@ class CORE_EXPORT ThreadedWorkletMessagingProxy
public:
// WorkletGlobalScopeProxy implementation.
void FetchAndInvokeScript(const KURL& module_url_record,
+ WorkletModuleResponsesMap*,
WebURLRequest::FetchCredentialsMode,
RefPtr<WebTaskRunner> outside_settings_task_runner,
WorkletPendingTasks*) final;

Powered by Google App Engine
This is Rietveld 408576698