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

Unified Diff: chrome/browser/ui/gtk/gtk_util.h

Issue 10829370: Make search icon in omnibox results hidpi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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_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);

Powered by Google App Engine
This is Rietveld 408576698