| Index: chrome/browser/ui/gtk/tab_contents/chrome_web_contents_view_delegate_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/tab_contents/chrome_web_contents_view_delegate_gtk.cc b/chrome/browser/ui/gtk/tab_contents/chrome_web_contents_view_delegate_gtk.cc
|
| index 30be9c1e29a7fc7e054955d4398c5ca67d511966..7d22c1df60b54e190f2767260acb0a57dc774ceb 100644
|
| --- a/chrome/browser/ui/gtk/tab_contents/chrome_web_contents_view_delegate_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/tab_contents/chrome_web_contents_view_delegate_gtk.cc
|
| @@ -116,7 +116,8 @@ gboolean ChromeWebContentsViewDelegateGtk::OnNativeViewFocusEvent(
|
| }
|
|
|
| void ChromeWebContentsViewDelegateGtk::ShowContextMenu(
|
| - const content::ContextMenuParams& params) {
|
| + const content::ContextMenuParams& params,
|
| + const content::ContextMenuEventType& type) {
|
| // Find out the RenderWidgetHostView that corresponds to the render widget on
|
| // which this context menu is showed, so that we can retrieve the last mouse
|
| // down event on the render widget and use it as the timestamp of the
|
|
|