| Index: third_party/WebKit/Source/modules/compositorworker/AnimationWorklet.h
|
| diff --git a/third_party/WebKit/Source/modules/compositorworker/AnimationWorklet.h b/third_party/WebKit/Source/modules/compositorworker/AnimationWorklet.h
|
| index b83e567b75d26b3ab4d236d6f95b585238c7926e..7fb42f479ef70c99439a1feccc5cb8352e47a174 100644
|
| --- a/third_party/WebKit/Source/modules/compositorworker/AnimationWorklet.h
|
| +++ b/third_party/WebKit/Source/modules/compositorworker/AnimationWorklet.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef AnimationWorklet_h
|
| #define AnimationWorklet_h
|
|
|
| -#include "core/workers/Worklet.h"
|
| +#include "core/workers/ThreadedWorklet.h"
|
| #include "modules/ModulesExport.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| @@ -15,7 +15,7 @@ class LocalFrame;
|
| class ThreadedWorkletMessagingProxy;
|
| class WorkletGlobalScopeProxy;
|
|
|
| -class MODULES_EXPORT AnimationWorklet final : public Worklet {
|
| +class MODULES_EXPORT AnimationWorklet final : public ThreadedWorklet {
|
| WTF_MAKE_NONCOPYABLE(AnimationWorklet);
|
|
|
| public:
|
|
|