blob: 16915117b4472d9300d98db477dd6960e0708a81 [file] [log] [blame]
// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef UI_COLOR_UI_COLOR_MIXER_H_
#define UI_COLOR_UI_COLOR_MIXER_H_
#include "ui/color/color_provider_manager.h"
namespace ui {
class ColorProvider;
// Adds a color mixer to |provider| that combine the above color sets with
// recipes as necessary to produce all colors needed by ui/.
void AddUiColorMixer(ColorProvider* provider,
const ColorProviderManager::Key& key);
} // namespace ui
#endif // UI_COLOR_CORE_DEFAULT_COLOR_MIXER_H_