aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/batches/GrClearStencilClipBatch.h
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2016-11-30 10:52:10 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-11-30 22:11:50 +0000
commit3a7492fc04d83ed2729d2ba226d5277459536b74 (patch)
treeeea42a61e2ea132e3880614ec5633c884054da4d /src/gpu/batches/GrClearStencilClipBatch.h
parentfa565847fe0eb8c931f9dfc7ee08b295ac5db3b2 (diff)
Remove GrBatch::renderTarget() and use GrBatch::renderTargetUniqueID() instead.
Change-Id: I621ed38955e374c79a4d44c0020f9bae9655f001 Reviewed-on: https://skia-review.googlesource.com/5344 Reviewed-by: Robert Phillips <robertphillips@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'src/gpu/batches/GrClearStencilClipBatch.h')
-rw-r--r--src/gpu/batches/GrClearStencilClipBatch.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpu/batches/GrClearStencilClipBatch.h b/src/gpu/batches/GrClearStencilClipBatch.h
index 7f69f64c16..0f2617355d 100644
--- a/src/gpu/batches/GrClearStencilClipBatch.h
+++ b/src/gpu/batches/GrClearStencilClipBatch.h
@@ -35,7 +35,6 @@ public:
GrGpuResource::UniqueID renderTargetUniqueID() const override {
return fRenderTarget.get()->uniqueID();
}
- GrRenderTarget* renderTarget() const override { return fRenderTarget.get(); }
SkString dumpInfo() const override {
SkString string("Scissor [");