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

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

Issue 2912743002: [WIP] Worklet: Merge MainThreadWorklet and ThreadedWorklet into Worklet
Patch Set: WIP Created 3 years, 7 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 3e288c7b993588f327917bba26cfab316a9251b9..0dbc8318c0c60313c7e86ca7f5b4eced34b77b69 100644
--- a/third_party/WebKit/Source/core/workers/ThreadedWorkletMessagingProxy.h
+++ b/third_party/WebKit/Source/core/workers/ThreadedWorkletMessagingProxy.h
@@ -8,6 +8,7 @@
#include "core/CoreExport.h"
#include "core/workers/ThreadedMessagingProxyBase.h"
#include "core/workers/WorkletGlobalScopeProxy.h"
+#include "core/workers/WorkletPendingTasks.h"
#include "platform/wtf/WeakPtr.h"
namespace blink {
@@ -19,6 +20,9 @@ class CORE_EXPORT ThreadedWorkletMessagingProxy
public WorkletGlobalScopeProxy {
public:
// WorkletGlobalScopeProxy implementation.
+ void FetchAndInvokeScript(const KURL& module_url_record,
+ WebURLRequest::FetchCredentialsMode,
+ WorkletPendingTasks*) final;
void EvaluateScript(const ScriptSourceCode&) final;
void TerminateWorkletGlobalScope() final;

Powered by Google App Engine
This is Rietveld 408576698