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

Unified Diff: chrome/browser/ui/gtk/tabs/dragged_view_gtk.h

Issue 8392011: GTK: Step 1 of tab strip refresh. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase to ToT again. Created 9 years, 2 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
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*);

Powered by Google App Engine
This is Rietveld 408576698