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

Unified Diff: third_party/WebKit/Source/web/WebFactoryImpl.h

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/web/WebFactoryImpl.h
diff --git a/third_party/WebKit/Source/web/WebFactoryImpl.h b/third_party/WebKit/Source/web/WebFactoryImpl.h
index 732a9500ceb2b9d9fe3227021b92e2bc1a0555bc..bfcff12a3a14fcd84351e4b39f9b8b8144e30942 100644
--- a/third_party/WebKit/Source/web/WebFactoryImpl.h
+++ b/third_party/WebKit/Source/web/WebFactoryImpl.h
@@ -19,7 +19,8 @@ class WebFactoryImpl : public WebFactory {
ChromeClient* CreateChromeClient(WebViewBase*) const override;
WebViewBase* CreateWebViewBase(WebViewClient*,
- WebPageVisibilityState) const override;
+ WebPageVisibilityState,
+ WebViewBase* opener) const override;
WebLocalFrameBase* CreateWebLocalFrameBase(
WebTreeScopeType,
WebFrameClient*,
« no previous file with comments | « third_party/WebKit/Source/web/LocalFrameClientImpl.cpp ('k') | third_party/WebKit/Source/web/WebFactoryImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698