| Index: third_party/WebKit/Source/core/loader/EmptyClients.h
|
| diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| index 416e2c10552d2163e838385a79c22d0d77b42b26..6ca6103b929573fb799ff1c4a2834bac26e6933b 100644
|
| --- a/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| +++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| @@ -215,7 +215,9 @@ class CORE_EXPORT EmptyChromeClient : public ChromeClient {
|
| void annotatedRegionsChanged() override {}
|
| String acceptLanguages() override;
|
|
|
| - CompositorProxyClient* createCompositorProxyClient(LocalFrame*) override {
|
| + CompositorProxyClient* createCompositorProxyClient(
|
| + CompositorProxyClient::Type,
|
| + LocalFrame*) override {
|
| return nullptr;
|
| }
|
|
|
|
|