| Index: components/plugins/renderer/webview_plugin.cc
|
| diff --git a/components/plugins/renderer/webview_plugin.cc b/components/plugins/renderer/webview_plugin.cc
|
| index e60501a1abdee6f15576ae23113cf4330ff46379..099104df1b23e8408704ce1c28411d539346e453 100644
|
| --- a/components/plugins/renderer/webview_plugin.cc
|
| +++ b/components/plugins/renderer/webview_plugin.cc
|
| @@ -56,7 +56,7 @@ WebViewPlugin::WebViewPlugin(content::RenderView* render_view,
|
| : content::RenderViewObserver(render_view),
|
| delegate_(delegate),
|
| container_(nullptr),
|
| - web_view_(WebView::create(this)),
|
| + web_view_(WebView::create(this, blink::WebPageVisibilityStateVisible)),
|
| finished_loading_(false),
|
| focused_(false),
|
| is_painting_(false),
|
|
|