From 7c3e7180948766321c51d165737555e78910de51 Mon Sep 17 00:00:00 2001 From: Brian Salomon Date: Thu, 1 Dec 2016 09:35:30 -0500 Subject: 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 Commit-Queue: Brian Salomon --- src/gpu/batches/GrAnalyticRectBatch.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gpu/batches/GrAnalyticRectBatch.cpp') 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; } -- cgit v1.2.3