| Index: third_party/WebKit/Source/web/WebFactoryImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebFactoryImpl.h b/third_party/WebKit/Source/web/WebFactoryImpl.h
|
| index a341ce83a8fd6e465213783fd4cc9ffc0e89fdb6..4d13eae2cb6777867a9e9c9164f9ebc9718b665f 100644
|
| --- a/third_party/WebKit/Source/web/WebFactoryImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebFactoryImpl.h
|
| @@ -14,6 +14,9 @@ class WebFactoryImpl : public WebFactory {
|
| WebFactoryImpl() {}
|
| ~WebFactoryImpl() {}
|
|
|
| + // Sets WebFactory to have a new instance of WebFactoryImpl.
|
| + static void Initialize();
|
| +
|
| ChromeClient* CreateChromeClient(WebViewBase*) const override;
|
| WebViewBase* CreateWebViewBase(WebViewClient*,
|
| WebPageVisibilityState) const override;
|
|
|