From 3a7492fc04d83ed2729d2ba226d5277459536b74 Mon Sep 17 00:00:00 2001 From: Brian Salomon Date: Wed, 30 Nov 2016 10:52:10 -0500 Subject: Remove GrBatch::renderTarget() and use GrBatch::renderTargetUniqueID() instead. Change-Id: I621ed38955e374c79a4d44c0020f9bae9655f001 Reviewed-on: https://skia-review.googlesource.com/5344 Reviewed-by: Robert Phillips Commit-Queue: Brian Salomon --- src/gpu/batches/GrClearStencilClipBatch.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gpu/batches/GrClearStencilClipBatch.h') 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 ["); -- cgit v1.2.3