commit | 7c3e7180948766321c51d165737555e78910de51 | [log] [tgz] |
---|---|---|
author | Brian Salomon <bsalomon@google.com> | Thu Dec 01 09:35:30 2016 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Thu Dec 01 15:07:31 2016 +0000 |
tree | ab6c72364dfcd10b020e6f6a1382af62ede7d0c4 | |
parent | 1c038af278a69186e988dd9348b4089d78759492 [diff] [blame] |
Remove pipeline info dump from GrDrawBatch Also adds more overrides of GrBatch::dumpInfo. This removes a use case of the GrPipeline member of GrDrawBatch. Change-Id: I93f5f2993be41ffa290122f12a683d2bac453e1d Reviewed-on: https://skia-review.googlesource.com/5354 Reviewed-by: Greg Daniel <egdaniel@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com>
diff --git a/src/gpu/batches/GrAtlasTextBatch.cpp b/src/gpu/batches/GrAtlasTextBatch.cpp index fe5c3b9..cf4ca24 100644 --- a/src/gpu/batches/GrAtlasTextBatch.cpp +++ b/src/gpu/batches/GrAtlasTextBatch.cpp
@@ -40,6 +40,7 @@ fGeoData[i].fBlob->runCount()); } + str.append(DumpPipelineInfo(*this->pipeline())); str.append(INHERITED::dumpInfo()); return str; }