| Index: third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScope.cpp
|
| diff --git a/third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScope.cpp b/third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScope.cpp
|
| index 9f64b02e686a73043deea1b8d0c3fd4d30fa597a..988d9a6f655619e79e887a1255f00c068170194d 100644
|
| --- a/third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScope.cpp
|
| +++ b/third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScope.cpp
|
| @@ -6,7 +6,6 @@
|
|
|
| #include "bindings/core/v8/IDLTypes.h"
|
| #include "bindings/core/v8/NativeValueTraitsImpl.h"
|
| -#include "bindings/core/v8/V8BindingMacros.h"
|
| #include "bindings/core/v8/WorkerOrWorkletScriptController.h"
|
| #include "core/CSSPropertyNames.h"
|
| #include "core/css/CSSSyntaxDescriptor.h"
|
| @@ -14,6 +13,7 @@
|
| #include "core/inspector/MainThreadDebugger.h"
|
| #include "modules/csspaint/CSSPaintDefinition.h"
|
| #include "modules/csspaint/CSSPaintImageGeneratorImpl.h"
|
| +#include "platform/bindings/V8BindingMacros.h"
|
|
|
| namespace blink {
|
|
|
|
|