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

Unified Diff: chrome/browser/gtk/gtk_theme_provider.h

Issue 159143: GTK Themes: Get text color from a label object; this should fix some theme text problems. (Closed)
Patch Set: Created 11 years, 5 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/gtk/gtk_theme_provider.cc » ('j') | chrome/browser/gtk/gtk_theme_provider.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gtk/gtk_theme_provider.h
diff --git a/chrome/browser/gtk/gtk_theme_provider.h b/chrome/browser/gtk/gtk_theme_provider.h
index ae3537e32912800f8d7fcf65694999af5fbf916e..8b1ea219698ad24a73a54e2b177424e91d05bbd6 100644
--- a/chrome/browser/gtk/gtk_theme_provider.h
+++ b/chrome/browser/gtk/gtk_theme_provider.h
@@ -93,6 +93,7 @@ class GtkThemeProvider : public BrowserThemeProvider,
// A GtkWidget that exists only so we can look at its properties (and take
tony 2009/07/21 18:35:10 Nit: Update the comment since it now applies to tw
// its colors).
GtkWidget* fake_window_;
+ GtkWidget* fake_label_;
// A list of all GtkChromeButton instances. We hold on to these to notify
// them of theme changes.
« no previous file with comments | « no previous file | chrome/browser/gtk/gtk_theme_provider.cc » ('j') | chrome/browser/gtk/gtk_theme_provider.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698