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

Unified Diff: chrome/browser/ui/gtk/gtk_theme_service.cc

Issue 10377122: Convert GdkPixbufFromSkBitmap and GdkPixbufToSkBitmap (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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/gtk_theme_service.cc
diff --git a/chrome/browser/ui/gtk/gtk_theme_service.cc b/chrome/browser/ui/gtk/gtk_theme_service.cc
index cd6b0ab4a3058aaef2cf370d7c4a72e4465d4daf..9580f797d86038719de5a487e0f2def3e3811de2 100644
--- a/chrome/browser/ui/gtk/gtk_theme_service.cc
+++ b/chrome/browser/ui/gtk/gtk_theme_service.cc
@@ -213,7 +213,7 @@ void BuildIconFromIDRWithColor(int id,
fill_color, original);
GtkIconSource* icon = gtk_icon_source_new();
- GdkPixbuf* pixbuf = gfx::GdkPixbufFromSkBitmap(&masked);
+ GdkPixbuf* pixbuf = gfx::GdkPixbufFromSkBitmap(masked);
gtk_icon_source_set_pixbuf(icon, pixbuf);
g_object_unref(pixbuf);
« no previous file with comments | « chrome/browser/ui/gtk/extensions/extension_uninstall_dialog_gtk.cc ('k') | chrome/browser/ui/gtk/gtk_tree.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698