| Index: src/gpu/batches/GrStencilPathBatch.h
|
| diff --git a/src/gpu/batches/GrStencilPathBatch.h b/src/gpu/batches/GrStencilPathBatch.h
|
| index a0dcadb620eae059bbbe5ad5f21d13b6af3cef1f..172cd84f2ffc649edb1ed72069608f462ab18ad8 100644
|
| --- a/src/gpu/batches/GrStencilPathBatch.h
|
| +++ b/src/gpu/batches/GrStencilPathBatch.h
|
| @@ -32,6 +32,8 @@ public:
|
|
|
| uint32_t renderTargetUniqueID() const override { return fRenderTarget.get()->getUniqueID(); }
|
|
|
| + GrRenderTarget* rt2() const override { return fRenderTarget.get(); }
|
| +
|
| SkString dumpInfo() const override {
|
| SkString string;
|
| string.printf("PATH: 0x%p, AA:%d", fPath.get(), fUseHWAA);
|
|
|