| Index: chrome/browser/gtk/back_forward_button_gtk.cc
 | 
| diff --git a/chrome/browser/gtk/back_forward_button_gtk.cc b/chrome/browser/gtk/back_forward_button_gtk.cc
 | 
| index e5f6125cddd648f00925554ca8ae2f6bb0c8e461..7f4bd690144c091774331b003c2eb7d414020cb8 100644
 | 
| --- a/chrome/browser/gtk/back_forward_button_gtk.cc
 | 
| +++ b/chrome/browser/gtk/back_forward_button_gtk.cc
 | 
| @@ -110,7 +110,7 @@ gboolean BackForwardButtonGtk::OnButtonPress(GtkWidget* widget,
 | 
|    if (event->button != 1)
 | 
|      return FALSE;
 | 
|  
 | 
| -  button->y_position_of_last_press_ = static_cast<int>(event->y);
 | 
| +  button->y_position_of_last_press_ = event->y;
 | 
|    MessageLoop::current()->PostDelayedTask(FROM_HERE,
 | 
|        button->show_menu_factory_.NewRunnableMethod(
 | 
|            &BackForwardButtonGtk::ShowBackForwardMenu),
 | 
| 
 |