#ifndef GrWaitRenderTask_DEFINED
#define GrWaitRenderTask_DEFINED
#include "include/private/base/SkDebug.h"
#include "include/private/gpu/ganesh/GrTypesPriv.h"
#include "src/gpu/ganesh/GrRenderTask.h"
#include "src/gpu/ganesh/GrSemaphore.h"
#include "src/gpu/ganesh/GrSurfaceProxyView.h"
#include <memory>
#include <utility>
class GrOpFlushState;
class GrRecordingContext;
class GrResourceAllocator;
class GrSurfaceProxy;
struct SkIRect;
class GrWaitRenderTask final : public GrRenderTask { … };
#endif