Chromium Code Reviews| Index: src/gpu/GrTest.cpp |
| diff --git a/src/gpu/GrTest.cpp b/src/gpu/GrTest.cpp |
| index 44be4bfe9714f81183e23ad3334d27c3ab9e556b..3c5d3dd790355b6a342d1d5613cb9f9ce45cab2c 100644 |
| --- a/src/gpu/GrTest.cpp |
| +++ b/src/gpu/GrTest.cpp |
| @@ -18,8 +18,6 @@ void GrTestTarget::init(GrContext* ctx, GrDrawTarget* target) { |
| fContext.reset(SkRef(ctx)); |
| fDrawTarget.reset(SkRef(target)); |
| - |
| - SkNEW_IN_TLAZY(&fAGP, GrDrawTarget::AutoGeometryPush, (target)); |
| } |
| void GrContext::getTestTarget(GrTestTarget* tar) { |