Index: ui/gfx/native_theme_gtk.h |
diff --git a/ui/gfx/native_theme_gtk.h b/ui/gfx/native_theme_gtk.h |
index 81acf9c51c62268381cbdc7feed0ff37cbf87432..2fb205cc5e97dcac160fc4479b4577136e0b92e7 100644 |
--- a/ui/gfx/native_theme_gtk.h |
+++ b/ui/gfx/native_theme_gtk.h |
@@ -15,6 +15,8 @@ class NativeThemeGtk : public NativeThemeBase { |
public: |
static const NativeThemeGtk* instance(); |
+ virtual SkColor GetSystemColor(ColorId color_id) const OVERRIDE; |
+ |
private: |
NativeThemeGtk(); |
virtual ~NativeThemeGtk(); |