Use WebcontentViewDelegate for show context menu
[platform/framework/web/chromium-efl.git] / tizen_src / ewk / efl_integration / web_contents_view_delegate_ewk.cc
index 82edc02..8664202 100644 (file)
@@ -10,6 +10,12 @@ WebContentsViewDelegateEwk::WebContentsViewDelegateEwk(EWebView* wv)
     : web_view_(wv) {
 }
 
+void WebContentsViewDelegateEwk::ShowContextMenu(
+      content::RenderFrameHost* render_frame_host,
+      const content::ContextMenuParams& params) {
+  web_view_->ShowContextMenu(params);
+}
+
 void WebContentsViewDelegateEwk::ShowPopupMenu(
       content::RenderFrameHost* render_frame_host,
       const gfx::Rect& bounds,