Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(445)

Unified Diff: ui/gfx/native_theme_gtk.h

Issue 8597015: Add a new GetSystemColor method to native theme. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win build Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698