| Index: content/renderer/render_view_impl.cc
|
| diff --git a/content/renderer/render_view_impl.cc b/content/renderer/render_view_impl.cc
|
| index 3ee151f4e5d5c1d36e31be1df8dd7c37eedbcfa6..74831d33ff32aefa4363cfaf24c0bc21e5b7a073 100644
|
| --- a/content/renderer/render_view_impl.cc
|
| +++ b/content/renderer/render_view_impl.cc
|
| @@ -2413,7 +2413,7 @@ void RenderViewImpl::OnShowContextMenu(
|
| has_host_context_menu_location_ = true;
|
| host_context_menu_location_ = location;
|
| if (webview())
|
| - webview()->ShowContextMenu();
|
| + webview()->ShowContextMenu(source_type == ui::MENU_SOURCE_TOUCH_HANDLE);
|
| has_host_context_menu_location_ = false;
|
| }
|
|
|
|
|