| 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 0f3fd17dc3124f4fd1a7af1332d6c5b1de4f72b1..640e847958b8339591f245b80de74b2e6abebee2 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
|
| @@ -117,7 +117,7 @@ gboolean ChromeWebContentsViewDelegateGtk::OnNativeViewFocusEvent(
|
|
|
| void ChromeWebContentsViewDelegateGtk::ShowContextMenu(
|
| const content::ContextMenuParams& params,
|
| - const content::ContextMenuSourceType& type) {
|
| + 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
|
|
|