Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / cocoa / renderer_context_menu / render_view_context_menu_mac.mm
index faabe22..1a426f4 100644 (file)
@@ -64,6 +64,9 @@ RenderViewContextMenuMac::~RenderViewContextMenuMac() {
 
 void RenderViewContextMenuMac::PlatformInit() {
   InitPlatformMenu();
+}
+
+void RenderViewContextMenuMac::Show() {
   menu_controller_.reset(
       [[MenuController alloc] initWithModel:&menu_model_
                      useWithPopUpButtonCell:NO]);