| 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 c7cd7a861d26757573f485aaffb05f95b681318d..731dd693e8691c0f3557e83829f8f74cd818d50d 100644
|
| --- a/third_party/WebKit/Source/modules/compositorworker/AbstractAnimationWorkletThread.cpp
|
| +++ b/third_party/WebKit/Source/modules/compositorworker/AbstractAnimationWorkletThread.cpp
|
| @@ -102,7 +102,7 @@ BackingThreadHolder* BackingThreadHolder::s_instance = nullptr;
|
| } // namespace
|
|
|
| AbstractAnimationWorkletThread::AbstractAnimationWorkletThread(PassRefPtr<WorkerLoaderProxy> workerLoaderProxy, WorkerReportingProxy& workerReportingProxy)
|
| - : WorkerThread(workerLoaderProxy, workerReportingProxy)
|
| + : WorkerThread(std::move(workerLoaderProxy), workerReportingProxy)
|
| {
|
| }
|
|
|
|
|