blob: 0df7245a799e1048e6af9d4ac82e25f3c7442d9f [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_GTK_GTK_COLOR_MIXERS_H_
#define UI_GTK_GTK_COLOR_MIXERS_H_
#include "ui/color/color_provider_key.h"
namespace ui {
class ColorProvider;
} // namespace ui
namespace gtk {
void AddGtkNativeColorMixer(ui::ColorProvider* provider,
const ui::ColorProviderKey& key);
} // namespace gtk
#endif // UI_GTK_GTK_COLOR_MIXERS_H_