| Index: chrome/browser/ui/chrome_style.cc
|
| diff --git a/chrome/browser/ui/chrome_style.cc b/chrome/browser/ui/chrome_style.cc
|
| index ebc358e6f06129b6553ab0e6e8799138c30363a2..9e7ba6d3629d137764fbb484086a172a3cd33a51 100644
|
| --- a/chrome/browser/ui/chrome_style.cc
|
| +++ b/chrome/browser/ui/chrome_style.cc
|
| @@ -19,8 +19,8 @@
|
| }
|
|
|
| SkColor GetBackgroundColor() {
|
| - return ThemeProperties::GetDefaultColor(ThemeProperties::COLOR_NTP_BACKGROUND,
|
| - false);
|
| + return ThemeProperties::GetDefaultColor(
|
| + ThemeProperties::COLOR_CONTROL_BACKGROUND, false);
|
| }
|
|
|
| SkColor GetLinkColor() {
|
|
|