| Index: chrome/browser/ui/gtk/gtk_util.h
|
| diff --git a/chrome/browser/ui/gtk/gtk_util.h b/chrome/browser/ui/gtk/gtk_util.h
|
| index 9b5f4a546b487825668ee3482ee4950de85695fa..90f4f5c8beaf0d37a58b86573bfaf9f025dfa801 100644
|
| --- a/chrome/browser/ui/gtk/gtk_util.h
|
| +++ b/chrome/browser/ui/gtk/gtk_util.h
|
| @@ -207,7 +207,7 @@ void DrawThemedToolbarBackground(GtkWidget* widget,
|
| // Draw an entire pixbuf without dithering.
|
| void DrawFullImage(cairo_t* cr,
|
| GtkWidget* widget,
|
| - const gfx::Image* image,
|
| + const gfx::Image& image,
|
| gint dest_x,
|
| gint dest_y);
|
|
|
|
|