| Index: third_party/WebKit/Source/modules/compositorworker/AbstractAnimationWorkletThread.cpp
|
| diff --git a/third_party/WebKit/Source/modules/compositorworker/AbstractAnimationWorkletThread.cpp b/third_party/WebKit/Source/modules/compositorworker/AbstractAnimationWorkletThread.cpp
|
| index 892416813fd2e806a0517eb3a83bef66da96c2ea..72304649aaab487d9ac7fbcece28ed6423b13132 100644
|
| --- a/third_party/WebKit/Source/modules/compositorworker/AbstractAnimationWorkletThread.cpp
|
| +++ b/third_party/WebKit/Source/modules/compositorworker/AbstractAnimationWorkletThread.cpp
|
| @@ -19,11 +19,8 @@ template class WorkletThreadHolder<AbstractAnimationWorkletThread>;
|
|
|
| AbstractAnimationWorkletThread::AbstractAnimationWorkletThread(
|
| PassRefPtr<WorkerLoaderProxy> workerLoaderProxy,
|
| - WorkerReportingProxy& workerReportingProxy,
|
| - ParentFrameTaskRunners* parentFrameTaskRunners)
|
| - : WorkerThread(std::move(workerLoaderProxy),
|
| - workerReportingProxy,
|
| - parentFrameTaskRunners) {}
|
| + WorkerReportingProxy& workerReportingProxy)
|
| + : WorkerThread(std::move(workerLoaderProxy), workerReportingProxy) {}
|
|
|
| AbstractAnimationWorkletThread::~AbstractAnimationWorkletThread() {}
|
|
|
|
|