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

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

Issue 290573003: Make tooltips toplevel windows on Linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 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_;
« 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