chromium/third_party/skia/src/gpu/ganesh/image/SkImage_RasterPinnable.h

/*
 * 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 SkImage_RasterPinnable_DEFINED
#define SkImage_RasterPinnable_DEFINED

#include "include/core/SkTypes.h"
#include "include/private/gpu/ganesh/GrTypesPriv.h"
#include "src/gpu/ganesh/GrSurfaceProxyView.h"
#include "src/image/SkImage_Base.h"
#include "src/image/SkImage_Raster.h"

#include <cstdint>
#include <memory>
#include <tuple>

class GrRecordingContext;
class SkBitmap;
enum class GrImageTexGenPolicy : int;

namespace skgpu {
enum class Mipmapped : bool;
}

struct PinnedData {};

class SkImage_RasterPinnable final : public SkImage_Raster {};

#endif