| Index: chrome/browser/ui/cocoa/tab_contents/render_view_context_menu_mac.mm
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/tab_contents/render_view_context_menu_mac.mm (revision 247964)
|
| +++ chrome/browser/ui/cocoa/tab_contents/render_view_context_menu_mac.mm (working copy)
|
| @@ -50,10 +50,10 @@
|
| // Relies on the tag being set to the command id.
|
|
|
| RenderViewContextMenuMac::RenderViewContextMenuMac(
|
| - WebContents* web_contents,
|
| + content::RenderFrameHost* render_frame_host,
|
| const content::ContextMenuParams& params,
|
| NSView* parent_view)
|
| - : RenderViewContextMenu(web_contents, params),
|
| + : RenderViewContextMenu(render_frame_host, params),
|
| speech_submenu_model_(this),
|
| bidi_submenu_model_(this),
|
| parent_view_(parent_view) {
|
|
|