| Index: third_party/WebKit/Source/core/dom/CompositorProxyClient.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/CompositorProxyClient.cpp b/third_party/WebKit/Source/core/dom/CompositorProxyClient.cpp
|
| index ff103f8f7ff55f80ed5f0c62debf68722c441cad..1b390eec52bdc753bf4ccb05fa917ec55b5d2e10 100644
|
| --- a/third_party/WebKit/Source/core/dom/CompositorProxyClient.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/CompositorProxyClient.cpp
|
| @@ -18,6 +18,11 @@ const char* CompositorProxyClient::supplementName()
|
| return "CompositorProxyClient";
|
| }
|
|
|
| +CompositorProxyClient::CompositorProxyClient(WorkerClients& clients)
|
| + : Supplement<WorkerClients>(clients)
|
| +{
|
| +}
|
| +
|
| void provideCompositorProxyClientTo(WorkerClients* clients, CompositorProxyClient* client)
|
| {
|
| clients->provideSupplement(CompositorProxyClient::supplementName(), client);
|
|
|