| 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..0f3fd17dc3124f4fd1a7af1332d6c5b1de4f72b1 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::ContextMenuSourceType& 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
|
|
|