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

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

Issue 2655553003: Native themes: Add menu separator part (Closed)
Patch Set: 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
Index: chrome/browser/ui/libgtkui/gtk_util.h
diff --git a/chrome/browser/ui/libgtkui/gtk_util.h b/chrome/browser/ui/libgtkui/gtk_util.h
index c7d63ecd7493e5d6b9b988866da09e544e41fa6d..f29a7f31b9784853124774a331bd47a557e077ce 100644
--- a/chrome/browser/ui/libgtkui/gtk_util.h
+++ b/chrome/browser/ui/libgtkui/gtk_util.h
@@ -139,6 +139,8 @@ typedef ScopedGObject<GtkStyleContext> ScopedStyleContext;
// must g_object_unref() the returned context.
ScopedStyleContext GetStyleContextFromCss(const char* css_selector);
+SkColor SkColorFromStyleContext(GtkStyleContext* context);
+
// Removes all border-type properties on |context| and all of its parents.
void RemoveBorders(GtkStyleContext* context);
« no previous file with comments | « no previous file | chrome/browser/ui/libgtkui/gtk_util.cc » ('j') | chrome/browser/ui/libgtkui/native_theme_gtk3.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698