| Index: third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScopeProxy.cpp
|
| diff --git a/third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScopeProxy.cpp b/third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScopeProxy.cpp
|
| index 39c89dd8f91bab58edddeafa484ab5c7b7efb668..5a047fb7dd9224856128a424fc1dae5f74088284 100644
|
| --- a/third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScopeProxy.cpp
|
| +++ b/third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScopeProxy.cpp
|
| @@ -32,9 +32,11 @@ PaintWorkletGlobalScopeProxy::PaintWorkletGlobalScopeProxy(
|
| void PaintWorkletGlobalScopeProxy::FetchAndInvokeScript(
|
| const KURL& module_url_record,
|
| WebURLRequest::FetchCredentialsMode credentials_mode,
|
| + RefPtr<WebTaskRunner> outside_settings_task_runner,
|
| WorkletPendingTasks* pending_tasks) {
|
| DCHECK(IsMainThread());
|
| global_scope_->FetchAndInvokeScript(module_url_record, credentials_mode,
|
| + std::move(outside_settings_task_runner),
|
| pending_tasks);
|
| }
|
|
|
|
|