Index: chrome/browser/ui/gtk/tabs/dragged_view_gtk.h |
diff --git a/chrome/browser/ui/gtk/tabs/dragged_view_gtk.h b/chrome/browser/ui/gtk/tabs/dragged_view_gtk.h |
index de3c43dccd57d01e76e1967538a9d8bbe7ab116b..b3d5c4269c68df8c3863b558c4c1cff0cac190f2 100644 |
--- a/chrome/browser/ui/gtk/tabs/dragged_view_gtk.h |
+++ b/chrome/browser/ui/gtk/tabs/dragged_view_gtk.h |
@@ -129,7 +129,7 @@ class DraggedViewGtk : public ui::AnimationDelegate { |
// |surface| represents the tab only (not the render view). |
void SetContainerShapeMask(); |
- void PaintTab(int index, cairo_t* cr, int widget_width); |
+ void PaintTab(int index, GtkWidget* widget, cairo_t* cr, int widget_width); |
// expose-event handler that notifies when the tab needs to be redrawn. |
CHROMEGTK_CALLBACK_1(DraggedViewGtk, gboolean, OnExpose, GdkEventExpose*); |