| 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 86896953d3dad32c8584a58120a0f79b63708887..1668c8ec6021ca513fefb9956189a70ed64a9321 100644
|
| --- a/third_party/WebKit/Source/modules/csspaint/WindowPaintWorklet.h
|
| +++ b/third_party/WebKit/Source/modules/csspaint/WindowPaintWorklet.h
|
| @@ -5,7 +5,6 @@
|
| #ifndef WindowPaintWorklet_h
|
| #define WindowPaintWorklet_h
|
|
|
| -#include "core/frame/DOMWindowProperty.h"
|
| #include "core/frame/LocalDOMWindow.h"
|
| #include "modules/ModulesExport.h"
|
| #include "platform/Supplementable.h"
|
| @@ -20,8 +19,7 @@ class Worklet;
|
|
|
| class MODULES_EXPORT WindowPaintWorklet final
|
| : public GarbageCollected<WindowPaintWorklet>,
|
| - public Supplement<LocalDOMWindow>,
|
| - public DOMWindowProperty {
|
| + public Supplement<LocalDOMWindow> {
|
| USING_GARBAGE_COLLECTED_MIXIN(WindowPaintWorklet);
|
|
|
| public:
|
|
|