| Index: third_party/WebKit/Source/web/ChromeClientImpl.h
 | 
| diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.h b/third_party/WebKit/Source/web/ChromeClientImpl.h
 | 
| index 9d575c4386acf63e08442f360c3ffdedc0667f60..b06d45df551307f6ca5242d3404546330bbdc192 100644
 | 
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.h
 | 
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
 | 
| @@ -179,7 +179,7 @@ public:
 | 
|      void onMouseDown(Node*) override;
 | 
|      void didUpdateTopControls() const override;
 | 
|  
 | 
| -    CompositorProxyClient* createCompositorProxyClient(LocalFrame*) override;
 | 
| +    CompositorProxyClient* createCompositorProxyClient(LocalFrame*, WorkerClients&) override;
 | 
|      FloatSize elasticOverscroll() const override;
 | 
|  
 | 
|      void didObserveNonGetFetchFromScript() const override;
 | 
| 
 |