blob: 0844ef64ed3aabe6adb20b65871fd5f13a9b0f75 [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_FORCED_COLORS_MIXER_H_
#define UI_COLOR_FORCED_COLORS_MIXER_H_
namespace ui {
class ColorProvider;
struct ColorProviderKey;
// Adds a color mixer to `provider` for forced colors mode.
void AddForcedColorsColorMixer(ColorProvider* provider,
const ColorProviderKey& key);
} // namespace ui
#endif // UI_COLOR_FORCED_COLORS_MIXER_H_