| Index: third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThreadTest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThreadTest.cpp b/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThreadTest.cpp
|
| index 241afc8986e5b0b64716cc0ca3e8b620b01eed5d..1500932dee0811074479323d45553b2d0d2d7033 100644
|
| --- a/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThreadTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThreadTest.cpp
|
| @@ -43,9 +43,9 @@ public:
|
| void postMessageToPageInspector(const String&) override {}
|
|
|
| void didEvaluateWorkerScript(bool success) override {}
|
| - void workerGlobalScopeClosed() override {}
|
| - void workerThreadTerminated() override {}
|
| + void didCloseWorkerGlobalScope() override {}
|
| void willDestroyWorkerGlobalScope() override {}
|
| + void didTerminateWorkerThread() override {}
|
|
|
| private:
|
| TestAnimationWorkletReportingProxy() {}
|
|
|