| Index: third_party/WebKit/Source/modules/compositorworker/AnimationWorklet.cpp
|
| diff --git a/third_party/WebKit/Source/modules/compositorworker/AnimationWorklet.cpp b/third_party/WebKit/Source/modules/compositorworker/AnimationWorklet.cpp
|
| index 2b6400a4785c33afdfdec6f47df047d008e82ebf..6f36ac9f30688348eb1babd3202dcd3fa5c7d7fa 100644
|
| --- a/third_party/WebKit/Source/modules/compositorworker/AnimationWorklet.cpp
|
| +++ b/third_party/WebKit/Source/modules/compositorworker/AnimationWorklet.cpp
|
| @@ -6,7 +6,7 @@
|
|
|
| #include "bindings/core/v8/V8Binding.h"
|
| #include "core/frame/LocalFrame.h"
|
| -#include "modules/worklet/ThreadedWorkletGlobalScopeProxy.h"
|
| +#include "core/workers/ThreadedWorkletGlobalScopeProxy.h"
|
|
|
| namespace blink {
|
|
|
|
|