| Index: ui/views/widget/default_theme_provider.h
|
| diff --git a/ui/views/widget/default_theme_provider.h b/ui/views/widget/default_theme_provider.h
|
| index c1df9430f34052550b6579b0d32a64c33db70041..ca135b2d844fdb737321799b2ffd6bba88b85bfd 100644
|
| --- a/ui/views/widget/default_theme_provider.h
|
| +++ b/ui/views/widget/default_theme_provider.h
|
| @@ -27,6 +27,7 @@ class VIEWS_EXPORT DefaultThemeProvider : 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;
|
|
|