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 4f9269a35224faa932d824e9a6bdbcfaabfcbe98..91f952032c7c47eca7d219c25870b11da0ce3031 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); |