// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "media/base/video_color_space.h" #include "testing/gtest/include/gtest/gtest.h" #include "ui/gfx/color_space.h" #include "ui/gfx/color_transform.h" #include "ui/gfx/geometry/transform.h" namespace media { TEST(VideoColorSpaceTest, InvalidColorSpace) { … } TEST(VideoColorSpaceTest, PartiallyValid) { … } TEST(VideoColorSpaceTest, UnknownVideoToSRGB) { … } } // namespace media