blob: 8c3f2088c03cf509989ecb7ff7ec6e2aa7737192 [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 UI_COLOR_MATERIAL_UI_COLOR_MIXER_H_
#define UI_COLOR_MATERIAL_UI_COLOR_MIXER_H_
#include "ui/color/color_provider_key.h"
namespace ui {
class ColorProvider;
// Adds a color mixer to `provider` for material mappings.
void AddMaterialUiColorMixer(ColorProvider* provider,
const ColorProviderKey& key);
} // namespace ui
#endif // UI_COLOR_MATERIAL_UI_COLOR_MIXER_H_