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

Unified Diff: chrome/browser/ui/libgtk2ui/gtk2_ui.h

Issue 13497002: Crop images from custom themes before storing them into the theme pack (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 9 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/libgtk2ui/gtk2_ui.h
diff --git a/chrome/browser/ui/libgtk2ui/gtk2_ui.h b/chrome/browser/ui/libgtk2ui/gtk2_ui.h
index 7e8ca67dd46dbafe1f890445afd02d7096097e38..5e6e1fe2b2b4650e3ee447dadc3da6b95967027f 100644
--- a/chrome/browser/ui/libgtk2ui/gtk2_ui.h
+++ b/chrome/browser/ui/libgtk2ui/gtk2_ui.h
@@ -40,7 +40,7 @@ class Gtk2UI : public ui::LinuxUI {
// ui::LinuxUI:
virtual bool UseNativeTheme() const OVERRIDE;
- virtual gfx::Image* GetThemeImageNamed(int id) const OVERRIDE;
+ virtual gfx::Image GetThemeImageNamed(int id) const OVERRIDE;
virtual bool GetColor(int id, SkColor* color) const OVERRIDE;
virtual ui::NativeTheme* GetNativeTheme() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698