Index: src/gpu/batches/GrCopySurfaceBatch.h |
diff --git a/src/gpu/batches/GrCopySurfaceBatch.h b/src/gpu/batches/GrCopySurfaceBatch.h |
index 900bcf3fda9d3e728e94f88f028f9f11b08553a5..e0da431587e65f8f491e4e70c0190b957e1b774f 100644 |
--- a/src/gpu/batches/GrCopySurfaceBatch.h |
+++ b/src/gpu/batches/GrCopySurfaceBatch.h |
@@ -44,6 +44,7 @@ public: |
"DPT:[X: %d, Y: %d]", |
fDst.get(), fSrc.get(), fSrcRect.fLeft, fSrcRect.fTop, fSrcRect.fRight, |
fSrcRect.fBottom, fDstPoint.fX, fDstPoint.fY); |
+ string.append(INHERITED::dumpInfo()); |
return string; |
} |