| Index: third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThread.h
|
| diff --git a/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThread.h b/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThread.h
|
| index 289c74f8e0e471a6d412d8bb6d35b0304de0d6d3..1d2e16ea7c3e0a88ae10f94152e57d28a2f6748a 100644
|
| --- a/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThread.h
|
| +++ b/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThread.h
|
| @@ -5,9 +5,9 @@
|
| #ifndef AnimationWorkletThread_h
|
| #define AnimationWorkletThread_h
|
|
|
| +#include <memory>
|
| #include "modules/ModulesExport.h"
|
| #include "modules/compositorworker/AbstractAnimationWorkletThread.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|