Index: src/gpu/batches/GrDrawBatch.h |
diff --git a/src/gpu/batches/GrDrawBatch.h b/src/gpu/batches/GrDrawBatch.h |
index e675f5fc4d3e4ffb095676b24f0ad29597cbae09..01c319e2865b7de5d92e1b78cbb74085533dfbe9 100644 |
--- a/src/gpu/batches/GrDrawBatch.h |
+++ b/src/gpu/batches/GrDrawBatch.h |
@@ -79,9 +79,10 @@ public: |
return this->pipeline()->getRenderTarget()->uniqueID(); |
} |
- GrRenderTarget* renderTarget() const final { |
+ GrRenderTargetProxy* rtp() const final { |
SkASSERT(fPipelineInstalled); |
- return this->pipeline()->getRenderTarget(); |
+ //return this->pipeline()->getRenderTarget(); |
+ return nullptr; |
} |
SkString dumpInfo() const override { |