// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "mojo/public/cpp/test_support/test_utils.h" #include "services/media_session/public/cpp/media_session_mojom_traits.h" #include "services/media_session/public/mojom/media_session.mojom.h" #include "testing/gtest/include/gtest/gtest.h" MediaImageBitmap; namespace media_session { MojoTraitsTest; TEST_F(MojoTraitsTest, ColorTypeConversion_RGBA_8888) { … } TEST_F(MojoTraitsTest, ColorTypeConversion_BGRA_8888) { … } } // namespace media_session