| Index: third_party/WebKit/Source/web/CompositorProxyClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/CompositorProxyClientImpl.h b/third_party/WebKit/Source/web/CompositorProxyClientImpl.h
|
| index 3390c4a965356cfb6abb1ee876835b7fa999ae44..17c277081952095b64fc48954792a150800f3413 100644
|
| --- a/third_party/WebKit/Source/web/CompositorProxyClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/CompositorProxyClientImpl.h
|
| @@ -25,7 +25,7 @@ class CompositorProxyClientImpl final : public GarbageCollected<CompositorProxyC
|
| USING_GARBAGE_COLLECTED_MIXIN(CompositorProxyClientImpl);
|
| WTF_MAKE_NONCOPYABLE(CompositorProxyClientImpl);
|
| public:
|
| - CompositorProxyClientImpl(CompositorMutatorImpl*);
|
| + CompositorProxyClientImpl(CompositorMutatorImpl*, WorkerClients&);
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| // Runs the animation frame callback for the frame starting at the given time.
|
|
|