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

Unified Diff: content/browser/renderer_host/render_widget_host_view_mac.h

Issue 183923030: Almost finish moving context_menu_node_ from RenderViewImpl to RenderFrameImpl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: sync to get android fix Created 6 years, 9 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/renderer_host/render_widget_host_view_mac.h
===================================================================
--- content/browser/renderer_host/render_widget_host_view_mac.h (revision 255719)
+++ content/browser/renderer_host/render_widget_host_view_mac.h (working copy)
@@ -30,6 +30,7 @@
namespace content {
class CompositingIOSurfaceMac;
class CompositingIOSurfaceContext;
+class RenderFrameHost;
class RenderWidgetHostViewMac;
class RenderWidgetHostViewMacEditCommandHelper;
}
@@ -402,6 +403,9 @@
gfx::Range ConvertCharacterRangeToCompositionRange(
const gfx::Range& request_range);
+ // Returns the focused frame. May return NULL.
+ RenderFrameHost* GetFocusedFrame();
+
// These member variables should be private, but the associated ObjC class
// needs access to them and can't be made a friend.

Powered by Google App Engine
This is Rietveld 408576698