aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/batches/GrTInstanceBatch.h
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2015-11-19 14:00:02 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-11-19 14:00:02 -0800
commit783a4da10ba08187a5029d74cfa1507ac1b13307 (patch)
tree1ba96fe5b9ae141af2ab9692c305447f947e5deb /src/gpu/batches/GrTInstanceBatch.h
parentb7361580f275bef90f28a62c58bac60ab64dc4cc (diff)
Add more batch information printouts
Diffstat (limited to 'src/gpu/batches/GrTInstanceBatch.h')
-rw-r--r--src/gpu/batches/GrTInstanceBatch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/batches/GrTInstanceBatch.h b/src/gpu/batches/GrTInstanceBatch.h
index 86d85b616f..5dc5988e58 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;