| 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 6384ae672f703b4319aee9d7b79fd681445273ca..ea880f7beae030668d5e83bbeb1053366af4c170 100644
|
| --- a/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| +++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| @@ -216,7 +216,8 @@ class CORE_EXPORT EmptyChromeClient : public ChromeClient {
|
| void annotatedRegionsChanged() override {}
|
| String acceptLanguages() override;
|
|
|
| - CompositorProxyClient* createCompositorProxyClient(LocalFrame*) override {
|
| + CompositorProxyClientFactory* compositorProxyClientFactory(
|
| + LocalFrame*) override {
|
| return nullptr;
|
| }
|
|
|
|
|