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