| Index: chrome/browser/ui/gtk/custom_button.cc
|
| diff --git a/chrome/browser/ui/gtk/custom_button.cc b/chrome/browser/ui/gtk/custom_button.cc
|
| index 92167d399a3083bb91f27292c70ef1b5f6af6fd3..b4b8fb20545c5297586ce28b0775d06ff360dc93 100644
|
| --- a/chrome/browser/ui/gtk/custom_button.cc
|
| +++ b/chrome/browser/ui/gtk/custom_button.cc
|
| @@ -148,7 +148,7 @@ void CustomDrawButtonBase::SetBackground(SkColor color,
|
| SkBitmap img =
|
| SkBitmapOperations::CreateButtonBackground(color, *image, *mask);
|
|
|
| - GdkPixbuf* pixbuf = gfx::GdkPixbufFromSkBitmap(&img);
|
| + GdkPixbuf* pixbuf = gfx::GdkPixbufFromSkBitmap(img);
|
| background_image_->UsePixbuf(pixbuf);
|
| g_object_unref(pixbuf);
|
| }
|
|
|