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

Unified Diff: chrome/browser/ui/libgtk2ui/native_theme_gtk2.h

Issue 190633007: linux_aura: Implement the tree/table colors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months 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
« no previous file with comments | « no previous file | chrome/browser/ui/libgtk2ui/native_theme_gtk2.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/libgtk2ui/native_theme_gtk2.h
diff --git a/chrome/browser/ui/libgtk2ui/native_theme_gtk2.h b/chrome/browser/ui/libgtk2ui/native_theme_gtk2.h
index c49a2f08d7e54ab7a4e1b3870a71d40af9c1d140..0eac69221333889a039d1d180949c14ced6067bc 100644
--- a/chrome/browser/ui/libgtk2ui/native_theme_gtk2.h
+++ b/chrome/browser/ui/libgtk2ui/native_theme_gtk2.h
@@ -46,6 +46,7 @@ class NativeThemeGtk2 : public ui::NativeThemeBase {
GtkStyle* GetEntryStyle() const;
GtkStyle* GetLabelStyle() const;
GtkStyle* GetButtonStyle() const;
+ GtkStyle* GetTreeStyle() const;
GtkStyle* GetMenuStyle() const;
GtkStyle* GetMenuItemStyle() const;
@@ -53,6 +54,7 @@ class NativeThemeGtk2 : public ui::NativeThemeBase {
mutable OwnedWidgetGtk fake_entry_;
mutable OwnedWidgetGtk fake_label_;
mutable OwnedWidgetGtk fake_button_;
+ mutable OwnedWidgetGtk fake_tree_;
mutable OwnedWidgetGtk fake_menu_;
mutable GtkWidget* fake_menu_item_;
« no previous file with comments | « no previous file | chrome/browser/ui/libgtk2ui/native_theme_gtk2.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698