/* * Copyright 2023 Google LLC * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef skgpu_graphite_Image_Base_Graphite_DEFINED #define skgpu_graphite_Image_Base_Graphite_DEFINED #include "include/gpu/GpuTypes.h" #include "include/private/base/SkTArray.h" #include "src/base/SkSpinlock.h" #include "src/image/SkImage_Base.h" #include <string_view> enum class SkBackingFit; namespace skgpu::graphite { class Context; class Device; class DrawContext; class Image; class Recorder; class TextureProxy; class Image_Base : public SkImage_Base { … }; } // namespace skgpu::graphite #endif // skgpu_graphite_Image_Base_Graphite_DEFINED