| Index: third_party/WebKit/Source/modules/compositorworker/AbstractAnimationWorkletThread.h
|
| diff --git a/third_party/WebKit/Source/modules/compositorworker/AbstractAnimationWorkletThread.h b/third_party/WebKit/Source/modules/compositorworker/AbstractAnimationWorkletThread.h
|
| index deb0f5a87e227aea97421ca5de19a142d6d70564..c805075f9fe8c6aac3e1222ee7ecc061ae6a7f3e 100644
|
| --- a/third_party/WebKit/Source/modules/compositorworker/AbstractAnimationWorkletThread.h
|
| +++ b/third_party/WebKit/Source/modules/compositorworker/AbstractAnimationWorkletThread.h
|
| @@ -21,6 +21,12 @@ public:
|
| ~AbstractAnimationWorkletThread() override;
|
|
|
| WorkerBackingThread& workerBackingThread() override;
|
| + void clearWorkerBackingThread() override
|
| + {
|
| + // Do nothing.
|
| + // The backing thread is cleared by clearSharedBackingThread().
|
| + }
|
| +
|
| bool shouldAttachThreadDebugger() const override { return false; }
|
|
|
| static void ensureSharedBackingThread();
|
|
|