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

Unified Diff: third_party/WebKit/Source/core/dom/CompositorProxyClient.h

Issue 2150443002: Supplement should have a Member to the corresponding Supplementable object (Part 1) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: temp Created 4 years, 4 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
Index: third_party/WebKit/Source/core/dom/CompositorProxyClient.h
diff --git a/third_party/WebKit/Source/core/dom/CompositorProxyClient.h b/third_party/WebKit/Source/core/dom/CompositorProxyClient.h
index c8f77af0f1b48a7f2ecbf4f7b994fc2980ab09c3..4e67221a13dd7ef54cac654702549be1fbedf3d5 100644
--- a/third_party/WebKit/Source/core/dom/CompositorProxyClient.h
+++ b/third_party/WebKit/Source/core/dom/CompositorProxyClient.h
@@ -16,14 +16,13 @@ namespace blink {
class CompositorProxy;
class Event;
class ScriptState;
-class WorkerClients;
class WorkerGlobalScope;
class CORE_EXPORT CompositorProxyClient : public Supplement<WorkerClients> {
WTF_MAKE_NONCOPYABLE(CompositorProxyClient);
public:
- CompositorProxyClient() {}
+ explicit CompositorProxyClient(WorkerClients&);
static CompositorProxyClient* from(WorkerClients*);
static const char* supplementName();
« no previous file with comments | « third_party/WebKit/Source/core/dom/CSSSelectorWatch.cpp ('k') | third_party/WebKit/Source/core/dom/CompositorProxyClient.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698