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

Unified Diff: Source/web/WebHelperPluginImpl.h

Issue 23506013: Make the embedder responsible for creating the WebFrame (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix lifetime on frame detach Created 7 years, 3 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 | « Source/web/WebFrameImpl.cpp ('k') | Source/web/WebHelperPluginImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebHelperPluginImpl.h
diff --git a/Source/web/WebHelperPluginImpl.h b/Source/web/WebHelperPluginImpl.h
index 0b06b32aa19a3ab5c9d210661cf2b09385cb08f5..d7ed9d3ebabd36b7437235991530e3ad8c70ed5a 100644
--- a/Source/web/WebHelperPluginImpl.h
+++ b/Source/web/WebHelperPluginImpl.h
@@ -43,7 +43,7 @@ namespace WebKit {
class HelperPluginChromeClient;
class WebDocument;
-class WebFrame;
+class WebFrameImpl;
class WebViewImpl;
class WebWidgetClient;
@@ -75,6 +75,7 @@ private:
WebWidgetClient* m_widgetClient;
WebViewImpl* m_webView;
+ WebFrameImpl* m_mainFrame;
OwnPtr<WebCore::Page> m_page;
OwnPtr<HelperPluginChromeClient> m_chromeClient;
« no previous file with comments | « Source/web/WebFrameImpl.cpp ('k') | Source/web/WebHelperPluginImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698