Chromium Code Reviews| 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(); |
| } |