// 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 <utility> #include "components/viz/common/display/renderer_settings.h" #include "services/viz/privileged/mojom/compositing/renderer_settings.mojom.h" #include "testing/gtest/include/gtest/gtest.h" #include "ui/gfx/mojom/color_space_mojom_traits.h" namespace viz { namespace { StructTraitsTest; TEST_F(StructTraitsTest, RendererSettings) { … } TEST_F(StructTraitsTest, DebugRendererSettings) { … } } // namespace } // namespace viz