blob: 9f1d6285519bc973f75e4e5a0cdbe19065951681 [file] [log] [blame]
// Copyright 2023 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_MATERIAL_CHROME_COLOR_MIXER_H_
#define CHROME_BROWSER_UI_COLOR_MATERIAL_CHROME_COLOR_MIXER_H_
#include "ui/color/color_provider_key.h"
namespace ui {
class ColorProvider;
}
// Adds a color mixer that contains recipes for chrome colors to `provider` with
// `key`.
void AddMaterialChromeColorMixer(ui::ColorProvider* provider,
const ui::ColorProviderKey& key);
#endif // CHROME_BROWSER_UI_COLOR_MATERIAL_CHROME_COLOR_MIXER_H_