| Index: content/browser/web_contents/web_contents_view_aura.h
|
| ===================================================================
|
| --- content/browser/web_contents/web_contents_view_aura.h (revision 247964)
|
| +++ content/browser/web_contents/web_contents_view_aura.h (working copy)
|
| @@ -124,7 +124,8 @@
|
| virtual void SetOverscrollControllerEnabled(bool enabled) OVERRIDE;
|
|
|
| // Overridden from 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,
|
|
|