Index: src/gpu/instanced/InstancedRendering.h |
diff --git a/src/gpu/instanced/InstancedRendering.h b/src/gpu/instanced/InstancedRendering.h |
index b71ca80c39eff42e65988854b9573d9a920be299..3f5c5b6afdec8d763b00528a692d4570cfe88e80 100644 |
--- a/src/gpu/instanced/InstancedRendering.h |
+++ b/src/gpu/instanced/InstancedRendering.h |
@@ -173,7 +173,7 @@ private: |
const SkAutoTUnref<GrGpu> fGpu; |
State fState; |
- GrMemoryPool fDrawPool; |
+ GrObjectMemoryPool<Batch::Draw> fDrawPool; |
SkSTArray<1024, ParamsTexel, true> fParams; |
BatchList fTrackedBatches; |
SkAutoTUnref<const GrBuffer> fVertexBuffer; |