Chromium Code Reviews| Index: src/gpu/GrDrawTarget.cpp |
| diff --git a/src/gpu/GrDrawTarget.cpp b/src/gpu/GrDrawTarget.cpp |
| index 3f1d1c806dc0a3fc50e11dbe0942cd4823704c66..af00ac8db164bc7e0f5289d5862febaec19866ca 100644 |
| --- a/src/gpu/GrDrawTarget.cpp |
| +++ b/src/gpu/GrDrawTarget.cpp |
| @@ -818,7 +818,6 @@ bool GrDrawTarget::AutoReleaseGeometry::set(GrDrawTarget* target, |
| fTarget = target; |
| bool success = true; |
| if (fTarget) { |
| - fTarget = target; |
| success = target->reserveVertexAndIndexSpace(vertexCount, |
| indexCount, |
| &fVertices, |