aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/batches/GrAnalyticRectBatch.cpp
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2016-12-01 09:35:30 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-12-01 15:07:31 +0000
commit7c3e7180948766321c51d165737555e78910de51 (patch)
treeab6c72364dfcd10b020e6f6a1382af62ede7d0c4 /src/gpu/batches/GrAnalyticRectBatch.cpp
parent1c038af278a69186e988dd9348b4089d78759492 (diff)
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>
Diffstat (limited to 'src/gpu/batches/GrAnalyticRectBatch.cpp')
-rw-r--r--src/gpu/batches/GrAnalyticRectBatch.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpu/batches/GrAnalyticRectBatch.cpp b/src/gpu/batches/GrAnalyticRectBatch.cpp
index fb343df602..655644f048 100644
--- a/src/gpu/batches/GrAnalyticRectBatch.cpp
+++ b/src/gpu/batches/GrAnalyticRectBatch.cpp
@@ -270,6 +270,7 @@ public:
fGeoData[i].fHalfWidth,
fGeoData[i].fHalfHeight);
}
+ string.append(DumpPipelineInfo(*this->pipeline()));
string.append(INHERITED::dumpInfo());
return string;
}