blob: 6b6deda86a0159b6422c12b3ef2881a968ed723d [file] [log] [blame]
// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_UI_COLOR_TAB_STRIP_COLOR_MIXER_H_
#define CHROME_BROWSER_UI_COLOR_TAB_STRIP_COLOR_MIXER_H_
#include "ui/color/color_provider_key.h"
namespace ui {
class ColorProvider;
}
// Adds a color mixer that contains recipes for tab strip colors to |provider|
// with |key|.
void AddTabStripColorMixer(ui::ColorProvider* provider,
const ui::ColorProviderKey& key);
#endif // CHROME_BROWSER_UI_COLOR_TAB_STRIP_COLOR_MIXER_H_