| Index: src/gpu/batches/GrTInstanceBatch.h | 
| diff --git a/src/gpu/batches/GrTInstanceBatch.h b/src/gpu/batches/GrTInstanceBatch.h | 
| index 86d85b616f7d5153c522bf86b63606b4491d5c6f..5dc5988e58a6d0d930fa6cf287bb3daa81802b4c 100644 | 
| --- a/src/gpu/batches/GrTInstanceBatch.h | 
| +++ b/src/gpu/batches/GrTInstanceBatch.h | 
| @@ -53,7 +53,7 @@ public: | 
| SkString dumpInfo() const override { | 
| SkString str; | 
| for (int i = 0; i < fGeoData.count(); ++i) { | 
| -            str.append(Impl::DumpInfo(fGeoData[i])); | 
| +            str.append(Impl::DumpInfo(fGeoData[i], i)); | 
| } | 
| str.append(INHERITED::dumpInfo()); | 
| return str; | 
|  |