aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrMesh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrMesh.h')
-rw-r--r--src/gpu/GrMesh.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gpu/GrMesh.h b/src/gpu/GrMesh.h
index 1c9fac4425..fb7b52516a 100644
--- a/src/gpu/GrMesh.h
+++ b/src/gpu/GrMesh.h
@@ -9,7 +9,7 @@
#define GrMesh_DEFINED
#include "GrBuffer.h"
-#include "GrGpuResourceRef.h"
+#include "GrPendingIOResource.h"
class GrPrimitiveProcessor;
@@ -75,8 +75,6 @@ public:
void sendToGpu(SendToGpuImpl*) const;
- struct PatternBatch;
-
private:
using PendingBuffer = GrPendingIOResource<const GrBuffer, kRead_GrIOType>;