Index: src/gpu/batches/GrStencilPathBatch.h |
diff --git a/src/gpu/batches/GrStencilPathBatch.h b/src/gpu/batches/GrStencilPathBatch.h |
index cc55659a34dc7a07a044b522fa3efcd9aa67ec0f..f505a531d4111599255e2e33c312fdf7bab11df7 100644 |
--- a/src/gpu/batches/GrStencilPathBatch.h |
+++ b/src/gpu/batches/GrStencilPathBatch.h |
@@ -33,7 +33,7 @@ public: |
const char* name() const override { return "StencilPath"; } |
- uint32_t renderTargetUniqueID() const override { return fRenderTarget.get()->getUniqueID(); } |
+ uint32_t renderTargetUniqueID() const override { return fRenderTarget.get()->uniqueID(); } |
GrRenderTarget* renderTarget() const override { return fRenderTarget.get(); } |
SkString dumpInfo() const override { |