| Index: content/browser/tab_contents/tab_contents_view_gtk.cc
|
| ===================================================================
|
| --- content/browser/tab_contents/tab_contents_view_gtk.cc (revision 121660)
|
| +++ content/browser/tab_contents/tab_contents_view_gtk.cc (working copy)
|
| @@ -377,7 +377,8 @@
|
| gfx::Rect());
|
| }
|
|
|
| -void TabContentsViewGtk::ShowContextMenu(const ContextMenuParams& params) {
|
| +void TabContentsViewGtk::ShowContextMenu(
|
| + const content::ContextMenuParams& params) {
|
| // Allow delegates to handle the context menu operation first.
|
| if (web_contents()->GetDelegate() &&
|
| web_contents()->GetDelegate()->HandleContextMenu(params)) {
|
|
|