| 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 1ffd05db72fc99a89274c835b1bf4eadf2fe8cf8..67370418a0a97c157a9f59c59769ea3ad7f15f64 100644
|
| --- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp
|
| @@ -126,7 +126,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(nullptr, WebPageVisibilityStateVisible);
|
| + m_webView = WebView::create(WebPageVisibilityStateVisible);
|
| // FIXME: http://crbug.com/363843. This needs to find a better way to
|
| // not create graphics layers.
|
| m_webView->settings()->setAcceleratedCompositingEnabled(false);
|
|
|