blob: 1a9287389ff4d4e7b4e28ab9f69e11ad5f72369c [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 "chrome/browser/ui/color/native_chrome_color_mixer.h"
#include "build/build_config.h"
#if !BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_MAC) && \
!BUILDFLAG(IS_WIN)
void AddNativeChromeColorMixer(ui::ColorProvider* provider,
const ui::ColorProviderKey& key) {}
#endif