Index: chrome/browser/gtk/tabs/tab_strip_gtk.h |
=================================================================== |
--- chrome/browser/gtk/tabs/tab_strip_gtk.h (revision 13178) |
+++ chrome/browser/gtk/tabs/tab_strip_gtk.h (working copy) |
@@ -79,6 +79,10 @@ |
static gboolean OnButtonPress(GtkWidget* widget, GdkEventButton* event, |
TabStripGtk* tabstrip); |
+ // leave-notify-event handler that signals when the mouse leaves the tabstrip. |
+ static gboolean OnLeaveNotify(GtkWidget* widget, GdkEventCrossing* event, |
+ TabStripGtk* tabstrip); |
+ |
// Gets the number of Tabs in the collection. |
int GetTabCount() const; |