| 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 892416813fd2e806a0517eb3a83bef66da96c2ea..a10725147e209b2897f7419f0da88c0a4f20f7fb 100644
|
| --- a/third_party/WebKit/Source/modules/compositorworker/AbstractAnimationWorkletThread.cpp
|
| +++ b/third_party/WebKit/Source/modules/compositorworker/AbstractAnimationWorkletThread.cpp
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "modules/compositorworker/AbstractAnimationWorkletThread.h"
|
|
|
| +#include <memory>
|
| #include "core/workers/WorkerBackingThread.h"
|
| #include "core/workers/WorkletThreadHolder.h"
|
| #include "platform/CrossThreadFunctional.h"
|
| @@ -11,7 +12,6 @@
|
| #include "public/platform/Platform.h"
|
| #include "wtf/Assertions.h"
|
| #include "wtf/PtrUtil.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|