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

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

Issue 2623753002: Native themes: Add separator color (Closed)
Patch Set: Change function order Created 3 years, 11 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/ui/libgtkui/native_theme_gtk2.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/libgtkui/native_theme_gtk2.h
diff --git a/chrome/browser/ui/libgtkui/native_theme_gtk2.h b/chrome/browser/ui/libgtkui/native_theme_gtk2.h
index b3dda4888fb9ad12125801322b3a2414c7afd02e..8975ee2d46ebcec1505c9901a95221195e597c74 100644
--- a/chrome/browser/ui/libgtkui/native_theme_gtk2.h
+++ b/chrome/browser/ui/libgtkui/native_theme_gtk2.h
@@ -45,6 +45,7 @@ class NativeThemeGtk2 : public ui::NativeThemeBase {
GtkWidget* GetTooltip() const;
GtkWidget* GetMenu() const;
GtkWidget* GetMenuItem() const;
+ GtkWidget* GetSeparator() const;
DISALLOW_COPY_AND_ASSIGN(NativeThemeGtk2);
};
« no previous file with comments | « no previous file | chrome/browser/ui/libgtkui/native_theme_gtk2.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698