Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(220)

Unified Diff: third_party/WebKit/Source/core/exported/WebSharedWorkerImpl.cpp

Issue 2873503002: NOT YET READY: Improve granularity of window namespaces in Blink.
Patch Set: Rebasing... Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « third_party/WebKit/Source/core/exported/WebFactory.h ('k') | third_party/WebKit/Source/core/frame/LocalFrameClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698