summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/libgtk2ui/gtk2_ui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/libgtk2ui/gtk2_ui.cc')
-rw-r--r--chrome/browser/ui/libgtk2ui/gtk2_ui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/libgtk2ui/gtk2_ui.cc b/chrome/browser/ui/libgtk2ui/gtk2_ui.cc
index f25d8a9..e22761f 100644
--- a/chrome/browser/ui/libgtk2ui/gtk2_ui.cc
+++ b/chrome/browser/ui/libgtk2ui/gtk2_ui.cc
@@ -903,7 +903,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