summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/gtk/tabs/dragged_tab_gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/gtk/tabs/dragged_tab_gtk.h')
-rw-r--r--chrome/browser/ui/gtk/tabs/dragged_tab_gtk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/ui/gtk/tabs/dragged_tab_gtk.h b/chrome/browser/ui/gtk/tabs/dragged_tab_gtk.h
index 85b2700..6ff0e65 100644
--- a/chrome/browser/ui/gtk/tabs/dragged_tab_gtk.h
+++ b/chrome/browser/ui/gtk/tabs/dragged_tab_gtk.h
@@ -13,6 +13,7 @@
#include "base/task.h"
#include "ui/base/animation/animation_delegate.h"
#include "ui/base/animation/slide_animation.h"
+#include "ui/base/gtk/gtk_signal.h"
#include "ui/gfx/canvas.h"
#include "ui/gfx/point.h"
#include "ui/gfx/rect.h"
@@ -98,8 +99,7 @@ class DraggedTabGtk : public ui::AnimationDelegate {
void SetContainerShapeMask(cairo_surface_t* surface);
// expose-event handler that notifies when the tab needs to be redrawn.
- static gboolean OnExposeEvent(GtkWidget* widget, GdkEventExpose* event,
- DraggedTabGtk* dragged_tab);
+ CHROMEGTK_CALLBACK_1(DraggedTabGtk, gboolean, OnExpose, GdkEventExpose*);
// The tab contents that the dragged tab contains.
TabContents* data_source_;