| Index: third_party/WebKit/Source/core/workers/WorkletGlobalScopeProxy.h
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkletGlobalScopeProxy.h b/third_party/WebKit/Source/core/workers/WorkletGlobalScopeProxy.h
|
| index e651ddaafb7c8f9e278e8c39bf3e01ab35b45cf1..1c84129d2ef34ee4ae2504d652200baa82c51ace 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkletGlobalScopeProxy.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkletGlobalScopeProxy.h
|
| @@ -12,6 +12,7 @@
|
| namespace blink {
|
|
|
| class ScriptSourceCode;
|
| +class ParentFrameTaskRunners;
|
| class WorkletPendingTasks;
|
|
|
| // Abstracts communication from (Main/Threaded)Worklet on the main thread to
|
| @@ -25,6 +26,7 @@ class CORE_EXPORT WorkletGlobalScopeProxy {
|
| // https://drafts.css-houdini.org/worklets/#fetch-and-invoke-a-worklet-script
|
| virtual void FetchAndInvokeScript(const KURL& module_url_record,
|
| WebURLRequest::FetchCredentialsMode,
|
| + ParentFrameTaskRunners*,
|
| WorkletPendingTasks*) {}
|
|
|
| // Evaluates the given script source code. This should be called only for
|
|
|