| 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 c23faed73f3cc9255a4294eb16f7f5251dac87a9..7d663893df7e7d849462af181badcfe5682e8e34 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 GarbageCollected<WindowPaintWorklet>, public HeapSupplement<LocalDOMWindow>, public DOMWindowProperty {
|
| +class MODULES_EXPORT WindowPaintWorklet final : public GarbageCollected<WindowPaintWorklet>, public HeapSupplement<LocalDOMWindow>, public DOMWindowProperty {
|
| USING_GARBAGE_COLLECTED_MIXIN(WindowPaintWorklet);
|
| public:
|
| static WindowPaintWorklet& from(LocalDOMWindow&);
|
|
|