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

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: 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..52ee66977253f056be3237c7f40adb30800d4d4b 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* GetOuterRVHDV();
ncarter (slow) 2017/01/18 19:16:35 It is unconventional to use an abbreviation like R
paulmeyer 2017/01/18 20:08:23 Done.
+
// The WebContentsImpl whose contents we display.
WebContentsImpl* web_contents_;

Powered by Google App Engine
This is Rietveld 408576698