blob: 2ea973bff1f7f9d5f05e8c43997a7e055482a11b [file] [log] [blame]
// Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ui/color/color_mixers.h"
#include "base/notreached.h"
namespace ui {
void AddNativeCoreColorMixer(ColorProvider* provider, bool dark_window) {
NOTIMPLEMENTED();
}
void AddNativeUiColorMixer(ColorProvider* provider, bool dark_window) {
NOTIMPLEMENTED();
}
} // namespace ui