Index: chrome/browser/gtk/gtk_util.h |
diff --git a/chrome/browser/gtk/gtk_util.h b/chrome/browser/gtk/gtk_util.h |
index 8b8326211a25bceca6782c8bced3013b63550a21..a507f8acc747a73bfece85593860fc8b66ba78e6 100644 |
--- a/chrome/browser/gtk/gtk_util.h |
+++ b/chrome/browser/gtk/gtk_util.h |
@@ -281,6 +281,12 @@ bool URLFromPrimarySelection(Profile* profile, GURL* url); |
// Set the colormap of the given window to rgba to allow transparency. |
bool AddWindowAlphaChannel(GtkWidget* window); |
+// Get the default colors for a text entry. Parameters may be NULL. |
+void GetTextColors(GdkColor* normal_base, |
+ GdkColor* selected_base, |
+ GdkColor* normal_text, |
+ GdkColor* selected_text); |
+ |
// Wrappers to show a GtkDialog. On Linux, it merely calls gtk_widget_show_all. |
// On ChromeOs, it calls ShowNativeDialog which hosts the its vbox |
// in a view based Window. |