aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/batches/GrShadowRRectBatch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/batches/GrShadowRRectBatch.cpp')
-rwxr-xr-xsrc/gpu/batches/GrShadowRRectBatch.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpu/batches/GrShadowRRectBatch.cpp b/src/gpu/batches/GrShadowRRectBatch.cpp
index 08f7e86952..c4b56b8e18 100755
--- a/src/gpu/batches/GrShadowRRectBatch.cpp
+++ b/src/gpu/batches/GrShadowRRectBatch.cpp
@@ -143,6 +143,7 @@ public:
fGeoData[i].fOuterRadius, fGeoData[i].fInnerRadius,
fGeoData[i].fBlurRadius);
}
+ string.append(DumpPipelineInfo(*this->pipeline()));
string.append(INHERITED::dumpInfo());
return string;
}
@@ -574,6 +575,7 @@ public:
fGeoData[i].fOuterRadius, fGeoData[i].fInnerRadius,
fGeoData[i].fBlurRadius);
}
+ string.append(DumpPipelineInfo(*this->pipeline()));
string.append(INHERITED::dumpInfo());
return string;
}