#ifndef PathRenderer_DEFINED
#define PathRenderer_DEFINED
#include "include/core/SkRefCnt.h"
#include "include/private/base/SkAssert.h"
#include "include/private/base/SkDebug.h"
#include "src/gpu/ganesh/GrPaint.h"
#include <string.h>
class GrCaps;
class GrClip;
class GrHardClip;
class GrRecordingContext;
class GrRenderTargetProxy;
class GrStyledShape;
class SkMatrix;
class SkPath;
class SkSurfaceProps;
enum class GrAA : bool;
enum class GrAAType : unsigned int;
struct GrUserStencilSettings;
struct SkIRect;
struct SkISize;
struct SkRect;
namespace skgpu::ganesh {
class SurfaceDrawContext;
class PathRenderer : public SkRefCnt { … };
}
#endif