Index: src/gpu/GrTest.cpp |
diff --git a/src/gpu/GrTest.cpp b/src/gpu/GrTest.cpp |
index 85f0d14a3644cff8f2bd7f17992682e7a19a06ab..cefd015e92964220586c6b01204dab07a97e645a 100644 |
--- a/src/gpu/GrTest.cpp |
+++ b/src/gpu/GrTest.cpp |
@@ -19,7 +19,6 @@ void GrTestTarget::init(GrContext* ctx, GrDrawTarget* target) { |
fContext.reset(SkRef(ctx)); |
fDrawTarget.reset(SkRef(target)); |
- SkNEW_IN_TLAZY(&fACR, GrDrawTarget::AutoClipRestore, (target)); |
SkNEW_IN_TLAZY(&fAGP, GrDrawTarget::AutoGeometryPush, (target)); |
} |