// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "cc/test/test_types.h" #include "cc/base/region.h" namespace cc { namespace { // Provides a test raster suffix appropriate for |type|. const char* RasterTypeTestSuffix(TestRasterType type) { … } } // namespace void PrintTo(const RasterTestConfig& config, std::ostream* os) { … } void PrintTo(const Region& region, std::ostream* os) { … } } // namespace cc