| Index: third_party/WebKit/Source/modules/compositorworker/AnimationWorkletMessagingProxy.h
|
| diff --git a/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletMessagingProxy.h b/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletMessagingProxy.h
|
| index be3f82207d84488da0b266dbc70991707ec3421b..ba03a4afdf80410b4fb52c04e993a443c30d612c 100644
|
| --- a/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletMessagingProxy.h
|
| +++ b/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletMessagingProxy.h
|
| @@ -22,10 +22,9 @@ class AnimationWorkletMessagingProxy final
|
| public:
|
| AnimationWorkletMessagingProxy(ExecutionContext*,
|
| AnimationWorkletProxyClient*);
|
| -
|
| - protected:
|
| ~AnimationWorkletMessagingProxy() override;
|
|
|
| + protected:
|
| std::unique_ptr<WorkerThread> CreateWorkerThread(double origin_time) override;
|
| Persistent<AnimationWorkletProxyClient> proxy_client_;
|
| };
|
|
|