aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/batches/GrCopySurfaceBatch.h
diff options
context:
space:
mode:
authorGravatar scroggo <scroggo@google.com>2015-12-03 10:30:34 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-12-03 10:30:34 -0800
commite2725f584095cd0a2cc5100fb6f1dc6a1740284e (patch)
tree9c5113855de9c487b16eddc35cced8534d58a421 /src/gpu/batches/GrCopySurfaceBatch.h
parent4f11b1be550a02261a1ebbbeeb9ecc2690cf5696 (diff)
Revert of Add option to draw wireframe batch bounds (patchset #6 id:100001 of https://codereview.chromium.org/1494473005/ )
Reason for revert: Looks to be responsible for breaking builds e.g. https://uberchromegw.corp.google.com/i/client.skia/builders/Test-Mac10.9-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug/builds/3030/steps/dm/logs/stdio Original issue's description: > Add option to draw wireframe batch bounds > > Committed: https://skia.googlesource.com/skia/+/26489ef21ff5df33b8cb5943fddfd4604e203960 TBR=joshualitt@google.com,bsalomon@google.com NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/1492633007
Diffstat (limited to 'src/gpu/batches/GrCopySurfaceBatch.h')
-rw-r--r--src/gpu/batches/GrCopySurfaceBatch.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpu/batches/GrCopySurfaceBatch.h b/src/gpu/batches/GrCopySurfaceBatch.h
index 7bf8d8d8c2..ed5e77f5b0 100644
--- a/src/gpu/batches/GrCopySurfaceBatch.h
+++ b/src/gpu/batches/GrCopySurfaceBatch.h
@@ -26,7 +26,6 @@ public:
GrRenderTarget* rt = fDst.get()->asRenderTarget();
return rt ? rt->getUniqueID() : 0;
}
- GrRenderTarget* renderTarget() const override { return fDst.get()->asRenderTarget(); }
SkString dumpInfo() const override {
SkString string;