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