| Index: src/gpu/batches/GrDrawVerticesBatch.cpp
|
| diff --git a/src/gpu/batches/GrDrawVerticesBatch.cpp b/src/gpu/batches/GrDrawVerticesBatch.cpp
|
| index 20d9f7929067fe1da9b2e6460d17a7f5483a4137..c76ba7d1ec2ff181504946b3ed4559c0cc327021 100644
|
| --- a/src/gpu/batches/GrDrawVerticesBatch.cpp
|
| +++ b/src/gpu/batches/GrDrawVerticesBatch.cpp
|
| @@ -106,7 +106,7 @@
|
|
|
| int instanceCount = fGeoData.count();
|
|
|
| - const GrBuffer* vertexBuffer;
|
| + const GrVertexBuffer* vertexBuffer;
|
| int firstVertex;
|
|
|
| void* verts = target->makeVertexSpace(vertexStride, fVertexCount, &vertexBuffer, &firstVertex);
|
| @@ -116,7 +116,7 @@
|
| return;
|
| }
|
|
|
| - const GrBuffer* indexBuffer = nullptr;
|
| + const GrIndexBuffer* indexBuffer = nullptr;
|
| int firstIndex = 0;
|
|
|
| uint16_t* indices = nullptr;
|
|
|