#ifndef PathRendererChain_DEFINED
#define PathRendererChain_DEFINED
#include "include/core/SkRefCnt.h"
#include "include/core/SkTypes.h"
#include "include/private/base/SkNoncopyable.h"
#include "include/private/base/SkTArray.h"
#include "include/private/gpu/ganesh/GrTypesPriv.h"
#include "src/gpu/ganesh/PathRenderer.h"
#include "src/gpu/ganesh/ops/AtlasRenderTask.h"
#include <cstddef>
class GrRecordingContext;
namespace skgpu::ganesh {
class AtlasPathRenderer;
class PathRendererChain : public SkNoncopyable { … };
}
#endif