Use WebcontentViewDelegate for show context menu
[platform/framework/web/chromium-efl.git] / tizen_src / ewk / efl_integration / web_contents_view_delegate_ewk.h
index cef09e8..b59978c 100644 (file)
@@ -19,6 +19,9 @@ class WebContentsViewDelegateEwk : public content::WebContentsViewDelegate {
  public:
   WebContentsViewDelegateEwk(EWebView*);
 
+  void ShowContextMenu(
+      content::RenderFrameHost* render_frame_host,
+      const content::ContextMenuParams& params) override;
   void ShowPopupMenu(
       content::RenderFrameHost* render_frame_host,
       const gfx::Rect& bounds,