| Index: third_party/WebKit/Source/core/exported/WebSharedWorkerImpl.cpp
|
| diff --git a/third_party/WebKit/Source/core/exported/WebSharedWorkerImpl.cpp b/third_party/WebKit/Source/core/exported/WebSharedWorkerImpl.cpp
|
| index 48298954d7ac665b266458bc864d0f52fec30034..6440229d40718eeb6da95aeba9dfa7feefbd8e5d 100644
|
| --- a/third_party/WebKit/Source/core/exported/WebSharedWorkerImpl.cpp
|
| +++ b/third_party/WebKit/Source/core/exported/WebSharedWorkerImpl.cpp
|
| @@ -140,7 +140,7 @@ void WebSharedWorkerImpl::InitializeLoader(bool data_saver_enabled) {
|
| // infrastructure.
|
| DCHECK(!web_view_);
|
| web_view_ = WebFactory::GetInstance().CreateWebViewBase(
|
| - nullptr, kWebPageVisibilityStateVisible);
|
| + nullptr, kWebPageVisibilityStateVisible, nullptr);
|
| // FIXME: http://crbug.com/363843. This needs to find a better way to
|
| // not create graphics layers.
|
| web_view_->GetSettings()->SetAcceleratedCompositingEnabled(false);
|
|
|