| Index: ui/gfx/native_theme_base.h
|
| diff --git a/ui/gfx/native_theme_base.h b/ui/gfx/native_theme_base.h
|
| index 6488e684a8e2ae148acfa5953c3c97d19e66e649..a2cb1767bb31e328de18fb3f0dd0d94b2d711470 100644
|
| --- a/ui/gfx/native_theme_base.h
|
| +++ b/ui/gfx/native_theme_base.h
|
| @@ -27,6 +27,9 @@ class NativeThemeBase : public NativeTheme {
|
| const gfx::Rect& rect,
|
| const ExtraParams& extra) const OVERRIDE;
|
|
|
| + // This implementation returns hardcoded default colors.
|
| + virtual SkColor GetSystemColor(ColorId color_id) const OVERRIDE;
|
| +
|
| protected:
|
| NativeThemeBase();
|
| virtual ~NativeThemeBase();
|
|
|