| Index: chrome/browser/ui/cocoa/download/background_theme.h
|
| diff --git a/chrome/browser/ui/cocoa/download/background_theme.h b/chrome/browser/ui/cocoa/download/background_theme.h
|
| index e9d4bd7b2d50dd6e46d173a0274b37d96d5cc452..df4afaa5f2d420d7654c799a1e74ad56a6867236 100644
|
| --- a/chrome/browser/ui/cocoa/download/background_theme.h
|
| +++ b/chrome/browser/ui/cocoa/download/background_theme.h
|
| @@ -18,6 +18,7 @@ class BackgroundTheme : public ui::ThemeProvider {
|
|
|
| // Overridden from ui::ThemeProvider:
|
| virtual SkBitmap* GetBitmapNamed(int id) const OVERRIDE;
|
| + virtual gfx::ImageSkia* GetImageSkiaNamed(int id) const OVERRIDE;
|
| virtual SkColor GetColor(int id) const OVERRIDE;
|
| virtual bool GetDisplayProperty(int id, int* result) const OVERRIDE;
|
| virtual bool ShouldUseNativeFrame() const OVERRIDE;
|
|
|