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..3dc47108038c7cf7408790ddfd8c8df8f8dbb0b7 100644 |
--- a/third_party/WebKit/Source/core/dom/CompositorProxyClient.h |
+++ b/third_party/WebKit/Source/core/dom/CompositorProxyClient.h |
@@ -23,7 +23,7 @@ class CORE_EXPORT CompositorProxyClient : public Supplement<WorkerClients> { |
WTF_MAKE_NONCOPYABLE(CompositorProxyClient); |
public: |
- CompositorProxyClient() {} |
+ explicit CompositorProxyClient(WorkerClients&); |
static CompositorProxyClient* from(WorkerClients*); |
static const char* supplementName(); |