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 0eac69221333889a039d1d180949c14ced6067bc..3cfe4812123d45b41ef471e06c421f54dd1980db 100644 |
--- a/chrome/browser/ui/libgtk2ui/native_theme_gtk2.h |
+++ b/chrome/browser/ui/libgtk2ui/native_theme_gtk2.h |
@@ -47,10 +47,12 @@ class NativeThemeGtk2 : public ui::NativeThemeBase { |
GtkStyle* GetLabelStyle() const; |
GtkStyle* GetButtonStyle() const; |
GtkStyle* GetTreeStyle() const; |
+ GtkStyle* GetTooltipStyle() const; |
GtkStyle* GetMenuStyle() const; |
GtkStyle* GetMenuItemStyle() const; |
mutable GtkWidget* fake_window_; |
+ mutable GtkWidget* fake_tooltip_; |
mutable OwnedWidgetGtk fake_entry_; |
mutable OwnedWidgetGtk fake_label_; |
mutable OwnedWidgetGtk fake_button_; |