| Index: src/gpu/GrDrawingManager.cpp
|
| diff --git a/src/gpu/GrDrawingManager.cpp b/src/gpu/GrDrawingManager.cpp
|
| index af6a5116ea841145a385e1a62dbba86e07727465..013217fc95d58f046b9231b235cf1af3db57e4db 100644
|
| --- a/src/gpu/GrDrawingManager.cpp
|
| +++ b/src/gpu/GrDrawingManager.cpp
|
| @@ -165,7 +165,6 @@ GrRenderTargetOpList* GrDrawingManager::newOpList(GrRenderTargetProxy* rtp) {
|
| fContext->resourceProvider(),
|
| fContext->getAuditTrail(),
|
| fOptionsForOpLists);
|
| -
|
| *fOpLists.append() = opList;
|
|
|
| // DrawingManager gets the creation ref - this ref is for the caller
|
|
|