aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/batches/GrCopySurfaceBatch.h
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2016-06-29 06:56:12 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-06-29 06:56:12 -0700
commit44fbc79e069c28103a44387d11c62e049ef2967d (patch)
tree331cfe06edcbfe640651d488ec546669c4aca3af /src/gpu/batches/GrCopySurfaceBatch.h
parent29ed2ae2daa843c8ef955df34b26e672c67b14f3 (diff)
Dump batch bounds and scissor rect
Diffstat (limited to 'src/gpu/batches/GrCopySurfaceBatch.h')
-rw-r--r--src/gpu/batches/GrCopySurfaceBatch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpu/batches/GrCopySurfaceBatch.h b/src/gpu/batches/GrCopySurfaceBatch.h
index 900bcf3fda..e0da431587 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;
}