| 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 7d663893df7e7d849462af181badcfe5682e8e34..404ec0330f6ca96d58ad2bf0aa19a5a203c725b9 100644
|
| --- a/third_party/WebKit/Source/modules/csspaint/WindowPaintWorklet.h
|
| +++ b/third_party/WebKit/Source/modules/csspaint/WindowPaintWorklet.h
|
| @@ -17,7 +17,7 @@ class ExecutionContext;
|
| class PaintWorklet;
|
| class Worklet;
|
|
|
| -class MODULES_EXPORT WindowPaintWorklet final : public GarbageCollected<WindowPaintWorklet>, public HeapSupplement<LocalDOMWindow>, public DOMWindowProperty {
|
| +class MODULES_EXPORT WindowPaintWorklet final : public GarbageCollected<WindowPaintWorklet>, public Supplement<LocalDOMWindow>, public DOMWindowProperty {
|
| USING_GARBAGE_COLLECTED_MIXIN(WindowPaintWorklet);
|
| public:
|
| static WindowPaintWorklet& from(LocalDOMWindow&);
|
|
|