/* * Copyright 2019 Google LLC * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef GrImageInfo_DEFINED #define GrImageInfo_DEFINED #include "include/core/SkRefCnt.h" #include "include/core/SkSize.h" #include "include/private/gpu/ganesh/GrTypesPriv.h" #include "src/gpu/ganesh/GrColorInfo.h" #include <cstddef> class SkColorSpace; enum SkAlphaType : int; struct SkImageInfo; class GrImageInfo { … }; #endif