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

Unified Diff: ui/views/background.h

Issue 2616273002: Native Themes: Add table header colors (Closed)
Patch Set: Add gradients back 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 | « ui/native_theme/native_theme_dark_aura.cc ('k') | ui/views/background.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « ui/native_theme/native_theme_dark_aura.cc ('k') | ui/views/background.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698