| Index: src/gpu/batches/GrDrawBatch.h
|
| diff --git a/src/gpu/batches/GrDrawBatch.h b/src/gpu/batches/GrDrawBatch.h
|
| index 038665038094977163ec74f815c6b3d5ee8a49dd..5f37b7b0001fbc39026b3c0a9fa595340748ab7b 100644
|
| --- a/src/gpu/batches/GrDrawBatch.h
|
| +++ b/src/gpu/batches/GrDrawBatch.h
|
| @@ -76,7 +76,7 @@ public:
|
|
|
| uint32_t renderTargetUniqueID() const final {
|
| SkASSERT(fPipelineInstalled);
|
| - return this->pipeline()->getRenderTarget()->getUniqueID();
|
| + return this->pipeline()->getRenderTarget()->uniqueID();
|
| }
|
|
|
| GrRenderTarget* renderTarget() const final {
|
|
|