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_; |