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

Unified Diff: chrome/browser/ui/cocoa/download/background_theme.mm

Issue 10388064: Add GetImageSkiaNamed to resource_bundle and theme_provider (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/cocoa/download/background_theme.mm
diff --git a/chrome/browser/ui/cocoa/download/background_theme.mm b/chrome/browser/ui/cocoa/download/background_theme.mm
index af4dc7c954a7ef1306aca7fd0ed7ead5a66adf42..4129251017a2c451b91c36700319d0417c560084 100644
--- a/chrome/browser/ui/cocoa/download/background_theme.mm
+++ b/chrome/browser/ui/cocoa/download/background_theme.mm
@@ -31,6 +31,10 @@ SkBitmap* BackgroundTheme::GetBitmapNamed(int id) const {
return nil;
Robert Sesek 2012/05/10 12:28:35 Change both of these to NULL.
}
+gfx::ImageSkia* BackgroundTheme::GetImageSkiaNamed(int id) const {
+ return nil;
+}
+
SkColor BackgroundTheme::GetColor(int id) const {
return SkColor();
}

Powered by Google App Engine
This is Rietveld 408576698