| Index: chrome/browser/ui/libgtk2ui/gtk2_ui.cc
|
| diff --git a/chrome/browser/ui/libgtk2ui/gtk2_ui.cc b/chrome/browser/ui/libgtk2ui/gtk2_ui.cc
|
| index c8fe80a5a22c34ee6aaa9e9ab96a666ae4617090..d72e45a0737d33eca946291d1b6b3c83f106d201 100644
|
| --- a/chrome/browser/ui/libgtk2ui/gtk2_ui.cc
|
| +++ b/chrome/browser/ui/libgtk2ui/gtk2_ui.cc
|
| @@ -904,7 +904,7 @@ void Gtk2UI::LoadGtkValues() {
|
|
|
| if (ui::MaterialDesignController::IsModeMaterial()) {
|
| colors_[ThemeProperties::COLOR_BACKGROUND_TAB_TEXT] =
|
| - color_utils::BlendTowardOppositeLuminance(label_color, 50);
|
| + color_utils::BlendTowardOppositeLuma(label_color, 50);
|
| } else {
|
| // The inactive frame color never occurs naturally in the theme, as it is a
|
| // tinted version of |frame_color|. We generate another color based on the
|
|
|