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

Unified Diff: content/browser/web_contents/web_contents_view_child_frame.h

Issue 2626073007: Make drag-and-drop work with OOPIF-WebView. (Closed)
Patch Set: Function rename. Created 3 years, 11 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: content/browser/web_contents/web_contents_view_child_frame.h
diff --git a/content/browser/web_contents/web_contents_view_child_frame.h b/content/browser/web_contents/web_contents_view_child_frame.h
index ce85c331d17f0aa8114c7c2e177868340eb16b0f..86ce68bfbe69fa826cf3d0ec6a697e1b59f67e7c 100644
--- a/content/browser/web_contents/web_contents_view_child_frame.h
+++ b/content/browser/web_contents/web_contents_view_child_frame.h
@@ -70,6 +70,8 @@ class WebContentsViewChildFrame : public WebContentsView,
WebContentsView* GetOuterView();
const WebContentsView* GetOuterView() const;
+ RenderViewHostDelegateView* GetOuterDelegateView();
+
// The WebContentsImpl whose contents we display.
WebContentsImpl* web_contents_;

Powered by Google App Engine
This is Rietveld 408576698