| 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;
|
|
|
|
|