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

Unified Diff: third_party/WebKit/Source/web/WebViewImpl.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
« no previous file with comments | « third_party/WebKit/Source/web/WebFactoryImpl.cpp ('k') | third_party/WebKit/Source/web/WebViewImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/WebViewImpl.h
diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
index 3983a300f6124da8348c61bf9e18fb9332262aa2..f34465bdc53a727e63f576e7cbaef9ce7c3d23b5 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.h
+++ b/third_party/WebKit/Source/web/WebViewImpl.h
@@ -101,7 +101,9 @@ class WEB_EXPORT WebViewImpl final
public WebScheduler::InterventionReporter,
public WebViewScheduler::WebViewSchedulerSettings {
public:
- static WebViewBase* Create(WebViewClient*, WebPageVisibilityState);
+ static WebViewBase* Create(WebViewClient*,
+ WebPageVisibilityState,
+ WebViewImpl* opener);
// WebWidget methods:
void Close() override;
@@ -538,7 +540,9 @@ class WEB_EXPORT WebViewImpl final
friend class WebViewFrameWidget;
friend class WTF::RefCounted<WebViewImpl>;
- explicit WebViewImpl(WebViewClient*, WebPageVisibilityState);
+ explicit WebViewImpl(WebViewClient*,
+ WebPageVisibilityState,
+ WebViewImpl* opener);
~WebViewImpl() override;
void HideSelectPopup();
« no previous file with comments | « third_party/WebKit/Source/web/WebFactoryImpl.cpp ('k') | third_party/WebKit/Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698