Index: chrome/browser/ui/cocoa/tab_contents/chrome_web_contents_view_delegate_mac.h |
diff --git a/chrome/browser/ui/cocoa/tab_contents/chrome_web_contents_view_delegate_mac.h b/chrome/browser/ui/cocoa/tab_contents/chrome_web_contents_view_delegate_mac.h |
index 4148a0191578b27aaabbdfd99c79f73b7e88a411..2552a878b2103d6ae896cf53679c0175405b0edf 100644 |
--- a/chrome/browser/ui/cocoa/tab_contents/chrome_web_contents_view_delegate_mac.h |
+++ b/chrome/browser/ui/cocoa/tab_contents/chrome_web_contents_view_delegate_mac.h |
@@ -15,6 +15,7 @@ class RenderViewContextMenuMac; |
class WebDragBookmarkHandlerMac; |
namespace content { |
+class RenderWidgetHostView; |
class WebContents; |
} |
@@ -36,6 +37,8 @@ class ChromeWebContentsViewDelegateMac |
const content::ContextMenuParams& params) OVERRIDE; |
private: |
+ content::RenderWidgetHostView* GetActiveRenderWidgetHostView(); |
+ |
// The context menu. Callbacks are asynchronous so we need to keep it around. |
scoped_ptr<RenderViewContextMenuMac> context_menu_; |