blob: aa49cf1fb8dac95922e03003a13fca9337a045fc [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.
#include "ui/color/native_color_mixers.h"
#include "build/build_config.h"
#include "ui/color/color_provider_manager.h"
namespace ui {
#if !BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_MAC) && !BUILDFLAG(IS_WIN)
void AddNativeCoreColorMixer(ColorProvider* provider,
const ColorProviderManager::Key& key) {}
#endif
#if !BUILDFLAG(IS_MAC) && !BUILDFLAG(IS_WIN)
void AddNativeUiColorMixer(ColorProvider* provider,
const ColorProviderManager::Key& key) {}
#endif
#if !BUILDFLAG(IS_MAC)
void AddNativePostprocessingMixer(ColorProvider* provider,
const ColorProviderManager::Key& key) {}
#endif
} // namespace ui