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