gtk_color_mixers.h 544 B

123456789101112131415161718192021
  1. // Copyright 2021 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #ifndef UI_GTK_GTK_COLOR_MIXERS_H_
  5. #define UI_GTK_GTK_COLOR_MIXERS_H_
  6. #include "ui/color/color_provider_manager.h"
  7. namespace ui {
  8. class ColorProvider;
  9. } // namespace ui
  10. namespace gtk {
  11. void AddGtkNativeColorMixer(ui::ColorProvider* provider,
  12. const ui::ColorProviderManager::Key& key);
  13. } // namespace gtk
  14. #endif // UI_GTK_GTK_COLOR_MIXERS_H_