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

Unified Diff: ui/views/background.h

Issue 2616273002: Native Themes: Add table header colors (Closed)
Patch Set: estade@'s comments 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: ui/views/background.h
diff --git a/ui/views/background.h b/ui/views/background.h
index c89185d5806b0314907f70f4d482fe4d64e8f7d1..6648689d56447dd54e564b810177a4c302a49d41 100644
--- a/ui/views/background.h
+++ b/ui/views/background.h
@@ -57,11 +57,6 @@ class VIEWS_EXPORT Background {
return CreateSolidBackground(SkColorSetARGB(a, r, g, b));
}
- // Creates a background that contains a vertical gradient that varies
- // from |color1| to |color2|
- static Background* CreateVerticalGradientBackground(SkColor color1,
- SkColor color2);
-
// Creates Chrome's standard panel background
static Background* CreateStandardPanelBackground();

Powered by Google App Engine
This is Rietveld 408576698