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); |