Chromium Code Reviews| 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..3e0850b6b68758e3f9a321fca0c9f2ef0ee98757 100644 |
| --- a/ui/gfx/native_theme_base.h |
| +++ b/ui/gfx/native_theme_base.h |
| @@ -26,6 +26,7 @@ class NativeThemeBase : public NativeTheme { |
| State state, |
| const gfx::Rect& rect, |
| const ExtraParams& extra) const OVERRIDE; |
| + virtual SkColor GetSystemColor(ColorId color_id) const OVERRIDE; |
| protected: |
| NativeThemeBase(); |