| Index: third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp b/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp
|
| index f8636c0a777dafbe2fe4952e9c91cc81db10b056..958d2fdde56ceb96d47f19a0aa13edd2b08dd68a 100644
|
| --- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp
|
| @@ -127,7 +127,7 @@ void WebSharedWorkerImpl::initializeLoader()
|
| // loading requests from the worker context to the rest of WebKit and Chromium
|
| // infrastructure.
|
| DCHECK(!m_webView);
|
| - m_webView = WebView::create(0);
|
| + m_webView = WebView::create(nullptr, WebPageVisibilityStateVisible);
|
| // FIXME: http://crbug.com/363843. This needs to find a better way to
|
| // not create graphics layers.
|
| m_webView->settings()->setAcceleratedCompositingEnabled(false);
|
|
|