| Index: chrome/browser/ui/libgtkui/gtk_ui.h
|
| diff --git a/chrome/browser/ui/libgtkui/gtk_ui.h b/chrome/browser/ui/libgtkui/gtk_ui.h
|
| index 08797212a0e22ee9dd98944528332e9696428216..24e744ecde4b5432bd7d7b770d411c1f5c37b7bb 100644
|
| --- a/chrome/browser/ui/libgtkui/gtk_ui.h
|
| +++ b/chrome/browser/ui/libgtkui/gtk_ui.h
|
| @@ -146,6 +146,15 @@ class Gtk2UI : public views::LinuxUI {
|
| // Updates |default_font_*|.
|
| void UpdateDefaultFont();
|
|
|
| + // Gets a ChromeGtkFrame theme color; returns true on success. No-op on gtk3.
|
| + bool GetChromeStyleColor(const char* sytle_property,
|
| + SkColor* ret_color) const;
|
| +
|
| + ui::NativeTheme* native_theme_;
|
| +
|
| + // A GtkWindow object with the class "ChromeGtkFrame".
|
| + GtkWidget* fake_window_;
|
| +
|
| // Colors calculated by LoadGtkValues() that are given to the
|
| // caller while |use_gtk_| is true.
|
| ColorMap colors_;
|
|
|