| Index: third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| index 66977e88796468fd53b77ecfa28cc9da0b3f32ea..3bef971890c9843c3da973574048c931e8f53887 100644
|
| --- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| @@ -276,7 +276,7 @@ void WebEmbeddedWorkerImpl::prepareShadowPageForLoader()
|
| // This code, and probably most of the code in this class should be shared
|
| // with SharedWorker.
|
| DCHECK(!m_webView);
|
| - m_webView = WebView::create(0);
|
| + m_webView = WebView::create(nullptr, WebPageVisibilityStateVisible);
|
| WebSettings* settings = m_webView->settings();
|
| // FIXME: http://crbug.com/363843. This needs to find a better way to
|
| // not create graphics layers.
|
|
|