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

Unified Diff: components/plugins/renderer/webview_plugin.h

Issue 1512103002: Create a WebFrameWidget for WebViewPlugin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « no previous file | components/plugins/renderer/webview_plugin.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/plugins/renderer/webview_plugin.h
diff --git a/components/plugins/renderer/webview_plugin.h b/components/plugins/renderer/webview_plugin.h
index 74b4b1b226a1044bb813bd683ae6f6657f7ccbaf..20fa03886698f69d43e4e307c1cb8082ff3ce5bb 100644
--- a/components/plugins/renderer/webview_plugin.h
+++ b/components/plugins/renderer/webview_plugin.h
@@ -19,6 +19,7 @@
#include "third_party/WebKit/public/web/WebViewClient.h"
namespace blink {
+class WebFrameWidget;
class WebMouseEvent;
}
@@ -166,6 +167,9 @@ class WebViewPlugin : public blink::WebPlugin,
blink::WebView* web_view_;
// Owned by us, deleted via |close()|.
+ blink::WebFrameWidget* web_frame_widget_;
+
+ // Owned by us, deleted via |close()|.
blink::WebFrame* web_frame_;
gfx::Rect rect_;
« no previous file with comments | « no previous file | components/plugins/renderer/webview_plugin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698