Index: content/browser/web_contents/web_contents_view_mac.h |
=================================================================== |
--- content/browser/web_contents/web_contents_view_mac.h (revision 247964) |
+++ content/browser/web_contents/web_contents_view_mac.h (working copy) |
@@ -99,7 +99,8 @@ |
virtual void CloseTabAfterEventTracking() OVERRIDE; |
// Backend implementation of RenderViewHostDelegateView. |
- virtual void ShowContextMenu(const ContextMenuParams& params) OVERRIDE; |
+ virtual void ShowContextMenu(content::RenderFrameHost* render_frame_host, |
+ const ContextMenuParams& params) OVERRIDE; |
virtual void ShowPopupMenu(const gfx::Rect& bounds, |
int item_height, |
double item_font_size, |