| Index: third_party/WebKit/Source/modules/csspaint/PaintWorklet.h
|
| diff --git a/third_party/WebKit/Source/modules/csspaint/PaintWorklet.h b/third_party/WebKit/Source/modules/csspaint/PaintWorklet.h
|
| index a438b0673062ccbe50ad4cb7f792dbc1d454a3b4..79e856684c1f377562650ca80bbc3a2e1382454e 100644
|
| --- a/third_party/WebKit/Source/modules/csspaint/PaintWorklet.h
|
| +++ b/third_party/WebKit/Source/modules/csspaint/PaintWorklet.h
|
| @@ -5,9 +5,9 @@
|
| #ifndef PaintWorklet_h
|
| #define PaintWorklet_h
|
|
|
| +#include "core/workers/Worklet.h"
|
| #include "modules/ModulesExport.h"
|
| #include "modules/csspaint/PaintWorkletGlobalScope.h"
|
| -#include "modules/worklet/Worklet.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| namespace blink {
|
|
|