Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(586)

Unified Diff: third_party/WebKit/Source/modules/csspaint/WindowPaintWorklet.h

Issue 2628323002: Remove DOMWindowProperty from WindowPaintWorklet (Closed)
Patch Set: temp Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/csspaint/WindowPaintWorklet.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/csspaint/WindowPaintWorklet.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698