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

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

Issue 12881003: ShortcutInfo::favicon is now a gfx::ImageFamily instead of gfx::Image. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: CopyGdkPixbuf and TODO. Created 7 years, 8 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/create_application_shortcuts_dialog_gtk.h
diff --git a/chrome/browser/ui/gtk/create_application_shortcuts_dialog_gtk.h b/chrome/browser/ui/gtk/create_application_shortcuts_dialog_gtk.h
index 3d5c3b658c56f48480f2aff0f2bacb956272dbee..82aa82a5857405c27214fac6d8aa9779f7712e92 100644
--- a/chrome/browser/ui/gtk/create_application_shortcuts_dialog_gtk.h
+++ b/chrome/browser/ui/gtk/create_application_shortcuts_dialog_gtk.h
@@ -31,7 +31,7 @@ class Extension;
}
namespace gfx {
-class Image;
+class ImageFamily;
}
class CreateApplicationShortcutsDialogGtk
@@ -51,7 +51,7 @@ class CreateApplicationShortcutsDialogGtk
OnToggleCheckbox);
virtual void CreateDialogBox(GtkWindow* parent);
- virtual void CreateIconPixBuf(const gfx::Image& image);
+ virtual void CreateIconPixBuf(const gfx::ImageFamily& image);
// This method is called after a shortcut is created.
// Subclasses can override it to take some action at that time.
« no previous file with comments | « chrome/browser/shell_integration_linux.cc ('k') | chrome/browser/ui/gtk/create_application_shortcuts_dialog_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698