/* * Copyright 2021 Google LLC * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef GrYUVATextureProxies_DEFINED #define GrYUVATextureProxies_DEFINED #include "include/core/SkRefCnt.h" #include "include/core/SkYUVAInfo.h" #include "include/gpu/GpuTypes.h" #include "include/gpu/ganesh/GrTypes.h" #include "src/core/SkYUVAInfoLocation.h" // IWYU pragma: keep #include "src/gpu/Swizzle.h" #include "src/gpu/ganesh/GrSurfaceProxy.h" #include "src/gpu/ganesh/GrSurfaceProxyView.h" #include <array> enum class GrColorType; class GrYUVATextureProxies { … }; #endif