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. |