aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/batches/GrAnalyticRectBatch.cpp
diff options
context:
space:
mode:
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;
}