chromium/ui/gfx/icc_profile_unittest.cc

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifdef UNSAFE_BUFFERS_BUILD
// TODO(crbug.com/354829279): Remove this and convert code to safer constructs.
#pragma allow_unsafe_buffers
#endif

#include "ui/gfx/icc_profile.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/gfx/color_space.h"
#include "ui/gfx/skia_color_space_util.h"
#include "ui/gfx/test/icc_profiles.h"

namespace gfx {

TEST(ICCProfile, Conversions) {}

TEST(ICCProfile, SRGB) {}

TEST(ICCProfile, Equality) {}

TEST(ICCProfile, ParametricVersusExactInaccurate) {}

TEST(ICCProfile, ParametricVersusExactOvershoot) {}

TEST(ICCProfile, ParametricVersusExactAdobe) {}

TEST(ICCProfile, ParametricVersusExactA2B) {}

TEST(ICCProfile, GarbageData) {}

TEST(ICCProfile, GenericRGB) {}

}  // namespace gfx