Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5375)

Unified Diff: chrome/browser/gtk/tabs/tab_gtk.h

Issue 160512: gtk: Move the enter/leave-notify-event handling to TabRendererGtk and hook up... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/gtk/tabs/tab_gtk.cc » ('j') | chrome/browser/gtk/tabs/tab_renderer_gtk.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gtk/tabs/tab_gtk.h
===================================================================
--- chrome/browser/gtk/tabs/tab_gtk.h (revision 22256)
+++ chrome/browser/gtk/tabs/tab_gtk.h (working copy)
@@ -102,14 +102,6 @@
static gboolean OnMouseRelease(GtkWidget* widget, GdkEventButton* event,
TabGtk* tab);
- // enter-notify-event handler that signals when the mouse enters the tab.
- static gboolean OnEnterNotify(GtkWidget* widget, GdkEventCrossing* event,
- TabGtk* tab);
-
- // leave-notify-event handler that signals when the mouse enters the tab.
- static gboolean OnLeaveNotify(GtkWidget* widget, GdkEventCrossing* event,
- TabGtk* tab);
-
// drag-begin handler that signals when a drag action begins.
static void OnDragBegin(GtkWidget* widget, GdkDragContext* context,
TabGtk* tab);
« no previous file with comments | « no previous file | chrome/browser/gtk/tabs/tab_gtk.cc » ('j') | chrome/browser/gtk/tabs/tab_renderer_gtk.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698