/* * Copyright 2022 Google LLC * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef TestFormatColorTypeCombination_DEFINED #define TestFormatColorTypeCombination_DEFINED #include "include/gpu/ganesh/GrBackendSurface.h" #include "include/private/gpu/ganesh/GrTypesPriv.h" namespace GrTest { struct TestFormatColorTypeCombination { … }; } #endif // TestFormatColorTypeCombination_DEFINED