| Index: third_party/WebKit/Source/modules/csspaint/WindowPaintWorklet.h
|
| diff --git a/third_party/WebKit/Source/modules/csspaint/WindowPaintWorklet.h b/third_party/WebKit/Source/modules/csspaint/WindowPaintWorklet.h
|
| index c69127a2ad8b2c4a672055544ef1b82c47f85326..469fbef95fc5545728de94499da6920a70f1b3f3 100644
|
| --- a/third_party/WebKit/Source/modules/csspaint/WindowPaintWorklet.h
|
| +++ b/third_party/WebKit/Source/modules/csspaint/WindowPaintWorklet.h
|
| @@ -6,6 +6,7 @@
|
| #define WindowPaintWorklet_h
|
|
|
| #include "core/frame/DOMWindowProperty.h"
|
| +#include "modules/ModulesExport.h"
|
| #include "platform/Supplementable.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| @@ -16,7 +17,7 @@ class ExecutionContext;
|
| class PaintWorklet;
|
| class Worklet;
|
|
|
| -class WindowPaintWorklet final : public NoBaseWillBeGarbageCollected<WindowPaintWorklet>, public WillBeHeapSupplement<LocalDOMWindow>, public DOMWindowProperty {
|
| +class MODULES_EXPORT WindowPaintWorklet final : public NoBaseWillBeGarbageCollected<WindowPaintWorklet>, public WillBeHeapSupplement<LocalDOMWindow>, public DOMWindowProperty {
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(WindowPaintWorklet);
|
| DECLARE_EMPTY_VIRTUAL_DESTRUCTOR_WILL_BE_REMOVED(WindowPaintWorklet);
|
| USING_FAST_MALLOC_WILL_BE_REMOVED(WindowPaintWorklet);
|
|
|