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

Unified Diff: chrome/browser/ui/libgtkui/native_theme_gtk3.h

Issue 2585893002: Gtk3: Fix various menu colors (Closed)
Patch Set: Created 4 years 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
Index: chrome/browser/ui/libgtkui/native_theme_gtk3.h
diff --git a/chrome/browser/ui/libgtkui/native_theme_gtk3.h b/chrome/browser/ui/libgtkui/native_theme_gtk3.h
index 1826e778a5386b2a57617612de156ba3ff176ac9..72920a54f8bc7ada726632d9379306d268d741ef 100644
--- a/chrome/browser/ui/libgtkui/native_theme_gtk3.h
+++ b/chrome/browser/ui/libgtkui/native_theme_gtk3.h
@@ -33,6 +33,8 @@ class NativeThemeGtk3 : public ui::NativeThemeBase {
NativeThemeGtk3();
~NativeThemeGtk3() override;
+ SkColor LookupGtkThemeColor(ColorId color_id) const;
+
// Returns various widgets for theming use.
// TODO(thomasanderson): Remove all of these.
GtkWidget* GetWindow() const;
« no previous file with comments | « no previous file | chrome/browser/ui/libgtkui/native_theme_gtk3.cc » ('j') | chrome/browser/ui/libgtkui/native_theme_gtk3.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698