Index: src/gpu/batches/GrNinePatch.cpp |
diff --git a/src/gpu/batches/GrNinePatch.cpp b/src/gpu/batches/GrNinePatch.cpp |
index 17ab6c1c3031371ed67a7c98e0e260e3b67fbe7d..3ca004d46c02be8bbb920d7516cb078da7d6cd06 100644 |
--- a/src/gpu/batches/GrNinePatch.cpp |
+++ b/src/gpu/batches/GrNinePatch.cpp |
@@ -96,7 +96,7 @@ |
size_t vertexStride = gp->getVertexStride(); |
int instanceCount = fGeoData.count(); |
- SkAutoTUnref<const GrBuffer> indexBuffer( |
+ SkAutoTUnref<const GrIndexBuffer> indexBuffer( |
target->resourceProvider()->refQuadIndexBuffer()); |
InstancedHelper helper; |
void* vertices = helper.init(target, kTriangles_GrPrimitiveType, vertexStride, |